#F9ADEE

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

Shades of Lavender Rose #F9ADEE

Tints of Lavender Rose #F9ADEE

Color information

#F9ADEE (or 0xF9ADEE) is unknown color: approx Lavender Rose. HEX triplet: F9, AD and EE. RGB value is (249,173,238). Sum of RGB (Red+Green+Blue) = 249+173+238=660 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.73% from 660); Green value is 173 (67.97% from 255 or 26.21% from 660); Blue value is 238 (93.36% from 255 or 36.06% from 660); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ADEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9ADEE is #065211. Grayscale: #CACACA. Windows color (decimal): -414226 or 15642105. OLE color: 15642105.

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

Color convert

RGB249173238-
CMYK00.310.040.02
HSL308.68º86.36%82.75%-
HSV(B)308.68º30.52%97.65%-
XYZ69.4456.288.08-
YUV203.13147.68160.71-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.73%
GREEN value IS 173 (67.97% from 255) = 26.21%
BLUE value IS 238 (93.36% from 255) = 36.06%
R=37.73%
G=26.21%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917323800.310.040.02308.6886.3682.75
HexF9ADEE01F421355653
Octal37125535603742465126123
Binary1111100110101101111011100111111001010011010110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9ADEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9ADEE; }

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

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

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

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

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

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

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

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