#F9AEEC

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

Shades of Lavender Rose #F9AEEC

Tints of Lavender Rose #F9AEEC

Color information

#F9AEEC (or 0xF9AEEC) is unknown color: approx Lavender Rose. HEX triplet: F9, AE and EC. RGB value is (249,174,236). Sum of RGB (Red+Green+Blue) = 249+174+236=659 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.78% from 659); Green value is 174 (68.36% from 255 or 26.40% from 659); Blue value is 236 (92.58% from 255 or 35.81% from 659); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AEEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9AEEC is #065113. Grayscale: #CBCBCB. Windows color (decimal): -413972 or 15511289. OLE color: 15511289.

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

Color convert

RGB249174236-
CMYK00.300.050.02
HSL310.4º86.21%82.94%-
HSV(B)310.4º30.12%97.65%-
XYZ69.3456.4786.6-
YUV203.49146.35160.46-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.78%
GREEN value IS 174 (68.36% from 255) = 26.40%
BLUE value IS 236 (92.58% from 255) = 35.81%
R=37.78%
G=26.40%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917423600.300.050.02310.486.2182.94
HexF9AEEC01E521365653
Octal37125635403652466126123
Binary1111100110101110111011000111101011010011011010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9AEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9AEEC; }

 p { color: rgb(249,174,236); }

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

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

 a { background-color: rgb(249,174,236); }

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

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

 span { border-color: rgb(249,174,236); }

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