#FAABE9

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

Shades of Lavender Rose #FAABE9

Tints of Lavender Rose #FAABE9

Color information

#FAABE9 (or 0xFAABE9) is unknown color: approx Lavender Rose. HEX triplet: FA, AB and E9. RGB value is (250,171,233). Sum of RGB (Red+Green+Blue) = 250+171+233=654 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.23% from 654); Green value is 171 (67.19% from 255 or 26.15% from 654); Blue value is 233 (91.41% from 255 or 35.63% from 654); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAABE9 is #055416. Grayscale: #C9C9C9. Windows color (decimal): -349207 or 15313914. OLE color: 15313914.

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

Color convert

RGB250171233-
CMYK00.320.070.02
HSL312.91º88.76%82.55%-
HSV(B)312.91º31.6%98.04%-
XYZ68.755.3384.15-
YUV201.69145.67162.46-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.23%
GREEN value IS 171 (67.19% from 255) = 26.15%
BLUE value IS 233 (91.41% from 255) = 35.63%
R=38.23%
G=26.15%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017123300.320.070.02312.9188.7682.55
HexFAABE9020721395953
Octal37225335104072471131123
Binary11111010101010111110100101000001111010011100110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAABE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAABE9; }

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

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

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

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

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

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

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

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