#FAABEC

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

Shades of Lavender Rose #FAABEC

Tints of Lavender Rose #FAABEC

Color information

#FAABEC (or 0xFAABEC) is unknown color: approx Lavender Rose. HEX triplet: FA, AB and EC. RGB value is (250,171,236). Sum of RGB (Red+Green+Blue) = 250+171+236=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 171 (67.19% from 255 or 26.03% from 657); Blue value is 236 (92.58% from 255 or 35.92% from 657); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAABEC is #055413. Grayscale: #C9C9C9. Windows color (decimal): -349204 or 15510522. OLE color: 15510522.

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

Color convert

RGB250171236-
CMYK00.320.060.02
HSL310.63º88.76%82.55%-
HSV(B)310.63º31.6%98.04%-
XYZ69.1355.5186.43-
YUV202.03147.17162.21-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.05%
GREEN value IS 171 (67.19% from 255) = 26.03%
BLUE value IS 236 (92.58% from 255) = 35.92%
R=38.05%
G=26.03%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017123600.320.060.02310.6388.7682.55
HexFAABEC020621375953
Octal37225335404062467131123
Binary11111010101010111110110001000001101010011011110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAABEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAABEC; }

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

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

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

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

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

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

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

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