#FAAEE9

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

Shades of Lavender Rose #FAAEE9

Tints of Lavender Rose #FAAEE9

Color information

#FAAEE9 (or 0xFAAEE9) is unknown color: approx Lavender Rose. HEX triplet: FA, AE and E9. RGB value is (250,174,233). Sum of RGB (Red+Green+Blue) = 250+174+233=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 174 (68.36% from 255 or 26.48% from 657); Blue value is 233 (91.41% from 255 or 35.46% from 657); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAEE9 is #055116. Grayscale: #CBCBCB. Windows color (decimal): -348439 or 15314682. OLE color: 15314682.

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

Color convert

RGB250174233-
CMYK00.300.070.02
HSL313.42º88.37%83.14%-
HSV(B)313.42º30.4%98.04%-
XYZ69.2756.4884.34-
YUV203.45144.68161.2-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.05%
GREEN value IS 174 (68.36% from 255) = 26.48%
BLUE value IS 233 (91.41% from 255) = 35.46%
R=38.05%
G=26.48%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017423300.300.070.02313.4288.3783.14
HexFAAEE901E721395853
Octal37225635103672471130123
Binary1111101010101110111010010111101111010011100110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAEE9; }

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

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

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

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

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

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

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

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