#f8b3ef

Color #F8B3EF Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #F8B3EF

Tints of Lavender Rose #F8B3EF

Color information

#F8B3EF (or 0xF8B3EF) is unknown color: approx Lavender Rose. HEX triplet: F8, B3 and EF. RGB value is (248,179,239). Sum of RGB (Red+Green+Blue) = 248+179+239=666 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.24% from 666); Green value is 179 (70.31% from 255 or 26.88% from 666); Blue value is 239 (93.75% from 255 or 35.89% from 666); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B3EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8B3EF is #074C10. Grayscale: #CECECE. Windows color (decimal): -478225 or 15709176. OLE color: 15709176.

HSL color Cylindrical-coordinate representation of color #F8B3EF: hue angle of 307.83º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F8B3EF is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB248179239-
CMYK00.280.040.03
HSL307.83º83.13%83.73%-
HSV(B)307.83º27.82%97.25%-
XYZ70.4158.4389.23-
YUV206.47146.36157.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 248 (97.27% from 255) = 37.24%
GREEN value IS 179 (70.31% from 255) = 26.88%
BLUE value IS 239 (93.75% from 255) = 35.89%
R=37.24%
G=26.88%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817923900.280.040.03307.8383.1383.73
HexF8B3EF01C431345354
Octal37026335703443464123124
Binary1111100010110011111011110111001001110011010010100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f8b3ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f8b3ef; }

 p { color: rgb(248,179,239); }

 H1.HeaderClassName
 {
   color: #f8b3ef;
 }
 .AnyTagClassName
 {
   color: #f8b3ef;
 }
</style>
background-color css

<style>
 a { background-color: #f8b3ef; }

 a { background-color: rgb(248,179,239); }

 div.DivClassName
 {
   background-color: #f8b3ef;
 }
 .BgClassName
 {
   background-color: #f8b3ef;
 }
</style>
border-color css

<style>
 span { border-color: #f8b3ef; }

 span { border-color: rgb(248,179,239); }

 td.TdClassName
 {
   border-color: #f8b3ef;
 }
 .TagClassName
 {
   border-color: #f8b3ef;
 }
</style>