#f9a5ee

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

Shades of Lavender Rose #F9A5EE

Tints of Lavender Rose #F9A5EE

Color information

#F9A5EE (or 0xF9A5EE) is unknown color: approx Lavender Rose. HEX triplet: F9, A5 and EE. RGB value is (249,165,238). Sum of RGB (Red+Green+Blue) = 249+165+238=652 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.19% from 652); Green value is 165 (64.84% from 255 or 25.31% from 652); Blue value is 238 (93.36% from 255 or 36.50% from 652); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A5EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9A5EE is #065A11. Grayscale: #C6C6C6. Windows color (decimal): -416274 or 15640057. OLE color: 15640057.

HSL color Cylindrical-coordinate representation of color #F9A5EE: hue angle of 307.86º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F9A5EE is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB249165238-
CMYK00.340.040.02
HSL307.86º87.5%81.18%-
HSV(B)307.86º33.73%97.65%-
XYZ67.9553.2287.58-
YUV198.44150.33164.06-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.19%
GREEN value IS 165 (64.84% from 255) = 25.31%
BLUE value IS 238 (93.36% from 255) = 36.50%
R=38.19%
G=25.31%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916523800.340.040.02307.8687.581.18
HexF9A5EE022421345851
Octal37124535604242464130121
Binary11111001101001011110111001000101001010011010010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f9a5ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f9a5ee; }

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

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

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

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

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

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

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

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