#F9AEEE

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

Shades of Lavender Rose #F9AEEE

Tints of Lavender Rose #F9AEEE

Color information

#F9AEEE (or 0xF9AEEE) is unknown color: approx Lavender Rose. HEX triplet: F9, AE and EE. RGB value is (249,174,238). Sum of RGB (Red+Green+Blue) = 249+174+238=661 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.67% from 661); Green value is 174 (68.36% from 255 or 26.32% from 661); Blue value is 238 (93.36% from 255 or 36.01% from 661); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AEEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9AEEE is #065111. Grayscale: #CBCBCB. Windows color (decimal): -413970 or 15642361. OLE color: 15642361.

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

Color convert

RGB249174238-
CMYK00.300.040.02
HSL308.8º86.21%82.94%-
HSV(B)308.8º30.12%97.65%-
XYZ69.6456.5888.14-
YUV203.72147.35160.3-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.67%
GREEN value IS 174 (68.36% from 255) = 26.32%
BLUE value IS 238 (93.36% from 255) = 36.01%
R=37.67%
G=26.32%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917423800.300.040.02308.886.2182.94
HexF9AEEE01E421355653
Octal37125635603642465126123
Binary1111100110101110111011100111101001010011010110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9AEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9AEEE; }

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

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

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

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

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

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

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

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