#FABCEC

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

Shades of Lavender Rose #FABCEC

Tints of Lavender Rose #FABCEC

Color information

#FABCEC (or 0xFABCEC) is unknown color: approx Lavender Rose. HEX triplet: FA, BC and EC. RGB value is (250,188,236). Sum of RGB (Red+Green+Blue) = 250+188+236=674 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.09% from 674); Green value is 188 (73.83% from 255 or 27.89% from 674); Blue value is 236 (92.58% from 255 or 35.01% from 674); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABCEC is #054313. Grayscale: #D3D3D3. Windows color (decimal): -344852 or 15514874. OLE color: 15514874.

HSL color Cylindrical-coordinate representation of color #FABCEC: hue angle of 313.55º 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 #FABCEC is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB250188236-
CMYK00.250.060.02
HSL313.55º86.11%85.88%-
HSV(B)313.55º24.8%98.04%-
XYZ72.5562.3587.57-
YUV212.01141.54155.1-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.09%
GREEN value IS 188 (73.83% from 255) = 27.89%
BLUE value IS 236 (92.58% from 255) = 35.01%
R=37.09%
G=27.89%
B=35.01%

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
Decimal25018823600.250.060.02313.5586.1185.88
HexFABCEC0196213a5656
Octal37227435403162472126126
Binary1111101010111100111011000110011101010011101010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABCEC; }

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

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

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

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

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

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

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

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