#F9AFE9

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

Shades of Lavender Rose #F9AFE9

Tints of Lavender Rose #F9AFE9

Color information

#F9AFE9 (or 0xF9AFE9) is unknown color: approx Lavender Rose. HEX triplet: F9, AF and E9. RGB value is (249,175,233). Sum of RGB (Red+Green+Blue) = 249+175+233=657 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.90% from 657); Green value is 175 (68.75% from 255 or 26.64% from 657); Blue value is 233 (91.41% from 255 or 35.46% from 657); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AFE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9AFE9 is #065016. Grayscale: #CBCBCB. Windows color (decimal): -413719 or 15314937. OLE color: 15314937.

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

Color convert

RGB249175233-
CMYK00.300.060.02
HSL312.97º86.05%83.14%-
HSV(B)312.97º29.72%97.65%-
XYZ69.156.6884.39-
YUV203.74144.52160.28-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.90%
GREEN value IS 175 (68.75% from 255) = 26.64%
BLUE value IS 233 (91.41% from 255) = 35.46%
R=37.90%
G=26.64%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917523300.300.060.02312.9786.0583.14
HexF9AFE901E621395653
Octal37125735103662471126123
Binary1111100110101111111010010111101101010011100110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9AFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9AFE9; }

 p { color: rgb(249,175,233); }

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

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

 a { background-color: rgb(249,175,233); }

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

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

 span { border-color: rgb(249,175,233); }

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