#FAABE6

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

Shades of Lavender Rose #FAABE6

Tints of Lavender Rose #FAABE6

Color information

#FAABE6 (or 0xFAABE6) is unknown color: approx Lavender Rose. HEX triplet: FA, AB and E6. RGB value is (250,171,230). Sum of RGB (Red+Green+Blue) = 250+171+230=651 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.40% from 651); Green value is 171 (67.19% from 255 or 26.27% from 651); Blue value is 230 (90.23% from 255 or 35.33% from 651); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAABE6 is #055419. Grayscale: #C9C9C9. Windows color (decimal): -349210 or 15117306. OLE color: 15117306.

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

Color convert

RGB250171230-
CMYK00.320.080.02
HSL315.19º88.76%82.55%-
HSV(B)315.19º31.6%98.04%-
XYZ68.2755.1681.91-
YUV201.35144.17162.7-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.40%
GREEN value IS 171 (67.19% from 255) = 26.27%
BLUE value IS 230 (90.23% from 255) = 35.33%
R=38.40%
G=26.27%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017123000.320.080.02315.1988.7682.55
HexFAABE60208213b5953
Octal372253346040102473131123
Binary111110101010101111100110010000010001010011101110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAABE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAABE6; }

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

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

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

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

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

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

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

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