#F9ADE8

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

Shades of Lavender Rose #F9ADE8

Tints of Lavender Rose #F9ADE8

Color information

#F9ADE8 (or 0xF9ADE8) is unknown color: approx Lavender Rose. HEX triplet: F9, AD and E8. RGB value is (249,173,232). Sum of RGB (Red+Green+Blue) = 249+173+232=654 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.07% from 654); Green value is 173 (67.97% from 255 or 26.45% from 654); Blue value is 232 (91.02% from 255 or 35.47% from 654); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ADE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9ADE8 is #065217. Grayscale: #CACACA. Windows color (decimal): -414232 or 15248889. OLE color: 15248889.

HSL color Cylindrical-coordinate representation of color #F9ADE8: hue angle of 313.42º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9ADE8 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB249173232-
CMYK00.310.070.02
HSL313.42º86.36%82.75%-
HSV(B)313.42º30.52%97.65%-
XYZ68.5855.8583.51-
YUV202.45144.68161.2-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.07%
GREEN value IS 173 (67.97% from 255) = 26.45%
BLUE value IS 232 (91.02% from 255) = 35.47%
R=38.07%
G=26.45%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917323200.310.070.02313.4286.3682.75
HexF9ADE801F721395653
Octal37125535003772471126123
Binary1111100110101101111010000111111111010011100110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9ADE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9ADE8; }

 p { color: rgb(249,173,232); }

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

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

 a { background-color: rgb(249,173,232); }

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

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

 span { border-color: rgb(249,173,232); }

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