#FAABE8

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

Shades of Lavender Rose #FAABE8

Tints of Lavender Rose #FAABE8

Color information

#FAABE8 (or 0xFAABE8) is unknown color: approx Lavender Rose. HEX triplet: FA, AB and E8. RGB value is (250,171,232). Sum of RGB (Red+Green+Blue) = 250+171+232=653 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.28% from 653); Green value is 171 (67.19% from 255 or 26.19% from 653); Blue value is 232 (91.02% from 255 or 35.53% from 653); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAABE8 is #055417. Grayscale: #C9C9C9. Windows color (decimal): -349208 or 15248378. OLE color: 15248378.

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

Color convert

RGB250171232-
CMYK00.320.070.02
HSL313.67º88.76%82.55%-
HSV(B)313.67º31.6%98.04%-
XYZ68.5555.2883.4-
YUV201.58145.17162.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.28%
GREEN value IS 171 (67.19% from 255) = 26.19%
BLUE value IS 232 (91.02% from 255) = 35.53%
R=38.28%
G=26.19%
B=35.53%

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
Decimal25017123200.320.070.02313.6788.7682.55
HexFAABE80207213a5953
Octal37225335004072472131123
Binary11111010101010111110100001000001111010011101010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAABE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAABE8; }

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

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

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

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

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

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

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

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