#F0A9EC

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

Shades of Lavender Rose #F0A9EC

Tints of Lavender Rose #F0A9EC

Color information

#F0A9EC (or 0xF0A9EC) is unknown color: approx Lavender Rose. HEX triplet: F0, A9 and EC. RGB value is (240,169,236). Sum of RGB (Red+Green+Blue) = 240+169+236=645 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.21% from 645); Green value is 169 (66.41% from 255 or 26.20% from 645); Blue value is 236 (92.58% from 255 or 36.59% from 645); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A9EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A9EC is #0F5613. Grayscale: #C5C5C5. Windows color (decimal): -1005076 or 15510000. OLE color: 15510000.

HSL color Cylindrical-coordinate representation of color #F0A9EC: hue angle of 303.38º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0A9EC is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB240169236-
CMYK00.300.020.06
HSL303.38º70.3%80.2%-
HSV(B)303.38º29.58%94.12%-
XYZ65.2652.9686.14-
YUV197.87149.52158.05-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.21%
GREEN value IS 169 (66.41% from 255) = 26.20%
BLUE value IS 236 (92.58% from 255) = 36.59%
R=37.21%
G=26.20%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016923600.300.020.06303.3870.380.2
HexF0A9EC01E2612f4650
Octal36025135403626457106120
Binary1111000010101001111011000111101011010010111110001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A9EC; }

 p { color: rgb(240,169,236); }

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

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

 a { background-color: rgb(240,169,236); }

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

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

 span { border-color: rgb(240,169,236); }

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