#FAAEE6

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

Shades of Lavender Rose #FAAEE6

Tints of Lavender Rose #FAAEE6

Color information

#FAAEE6 (or 0xFAAEE6) is unknown color: approx Lavender Rose. HEX triplet: FA, AE and E6. RGB value is (250,174,230). Sum of RGB (Red+Green+Blue) = 250+174+230=654 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.23% from 654); Green value is 174 (68.36% from 255 or 26.61% from 654); Blue value is 230 (90.23% from 255 or 35.17% from 654); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAEE6 is #055119. Grayscale: #CACACA. Windows color (decimal): -348442 or 15118074. OLE color: 15118074.

HSL color Cylindrical-coordinate representation of color #FAAEE6: hue angle of 315.79º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAAEE6 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB250174230-
CMYK00.300.080.02
HSL315.79º88.37%83.14%-
HSV(B)315.79º30.4%98.04%-
XYZ68.8456.3182.1-
YUV203.11143.18161.45-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.23%
GREEN value IS 174 (68.36% from 255) = 26.61%
BLUE value IS 230 (90.23% from 255) = 35.17%
R=38.23%
G=26.61%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017423000.300.080.02315.7988.3783.14
HexFAAEE601E8213c5853
Octal372256346036102474130123
Binary11111010101011101110011001111010001010011110010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAEE6; }

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

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

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

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

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

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

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

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