#FABBEC

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

Shades of Lavender Rose #FABBEC

Tints of Lavender Rose #FABBEC

Color information

#FABBEC (or 0xFABBEC) is unknown color: approx Lavender Rose. HEX triplet: FA, BB and EC. RGB value is (250,187,236). Sum of RGB (Red+Green+Blue) = 250+187+236=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 187 (73.44% from 255 or 27.79% from 673); Blue value is 236 (92.58% from 255 or 35.07% from 673); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABBEC is #054413. Grayscale: #D3D3D3. Windows color (decimal): -345108 or 15514618. OLE color: 15514618.

HSL color Cylindrical-coordinate representation of color #FABBEC: hue angle of 313.33º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FABBEC is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB250187236-
CMYK00.250.060.02
HSL313.33º86.3%85.69%-
HSV(B)313.33º25.2%98.04%-
XYZ72.3361.9287.5-
YUV211.42141.87155.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.15%
GREEN value IS 187 (73.44% from 255) = 27.79%
BLUE value IS 236 (92.58% from 255) = 35.07%
R=37.15%
G=27.79%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018723600.250.060.02313.3386.385.69
HexFABBEC019621395656
Octal37227335403162471126126
Binary1111101010111011111011000110011101010011100110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABBEC; }

 p { color: rgb(250,187,236); }

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

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

 a { background-color: rgb(250,187,236); }

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

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

 span { border-color: rgb(250,187,236); }

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