#F9A5EC

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

Shades of Lavender Rose #F9A5EC

Tints of Lavender Rose #F9A5EC

Color information

#F9A5EC (or 0xF9A5EC) is unknown color: approx Lavender Rose. HEX triplet: F9, A5 and EC. RGB value is (249,165,236). Sum of RGB (Red+Green+Blue) = 249+165+236=650 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.31% from 650); Green value is 165 (64.84% from 255 or 25.38% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A5EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9A5EC is #065A13. Grayscale: #C6C6C6. Windows color (decimal): -416276 or 15508985. OLE color: 15508985.

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

Color convert

RGB249165236-
CMYK00.340.050.02
HSL309.29º87.5%81.18%-
HSV(B)309.29º33.73%97.65%-
XYZ67.6653.1186.04-
YUV198.21149.33164.23-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.31%
GREEN value IS 165 (64.84% from 255) = 25.38%
BLUE value IS 236 (92.58% from 255) = 36.31%
R=38.31%
G=25.38%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916523600.340.050.02309.2987.581.18
HexF9A5EC022521355851
Octal37124535404252465130121
Binary11111001101001011110110001000101011010011010110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A5EC; }

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

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

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

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

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

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

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

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