#F9ADE1

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

Shades of Lavender Rose #F9ADE1

Tints of Lavender Rose #F9ADE1

Color information

#F9ADE1 (or 0xF9ADE1) is unknown color: approx Lavender Rose. HEX triplet: F9, AD and E1. RGB value is (249,173,225). Sum of RGB (Red+Green+Blue) = 249+173+225=647 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.49% from 647); Green value is 173 (67.97% from 255 or 26.74% from 647); Blue value is 225 (88.28% from 255 or 34.78% from 647); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ADE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9ADE1 is #06521E. Grayscale: #C9C9C9. Windows color (decimal): -414239 or 14790137. OLE color: 14790137.

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

Color convert

RGB249173225-
CMYK00.310.100.02
HSL318.95º86.36%82.75%-
HSV(B)318.95º30.52%97.65%-
XYZ67.655.4678.38-
YUV201.65141.18161.77-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.49%
GREEN value IS 173 (67.97% from 255) = 26.74%
BLUE value IS 225 (88.28% from 255) = 34.78%
R=38.49%
G=26.74%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917322500.310.100.02318.9586.3682.75
HexF9ADE101FA213f5653
Octal371255341037122477126123
Binary11111001101011011110000101111110101010011111110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9ADE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9ADE1; }

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

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

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

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

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

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

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

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