#F0A9E0

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

Shades of Lavender Rose #F0A9E0

Tints of Lavender Rose #F0A9E0

Color information

#F0A9E0 (or 0xF0A9E0) is unknown color: approx Lavender Rose. HEX triplet: F0, A9 and E0. RGB value is (240,169,224). Sum of RGB (Red+Green+Blue) = 240+169+224=633 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.91% from 633); Green value is 169 (66.41% from 255 or 26.70% from 633); Blue value is 224 (87.89% from 255 or 35.39% from 633); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A9E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A9E0 is #0F561F. Grayscale: #C4C4C4. Windows color (decimal): -1005088 or 14723568. OLE color: 14723568.

HSL color Cylindrical-coordinate representation of color #F0A9E0: hue angle of 313.52º 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 #F0A9E0 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB240169224-
CMYK00.300.070.06
HSL313.52º70.3%80.2%-
HSV(B)313.52º29.58%94.12%-
XYZ63.5852.2877.26-
YUV196.5143.52159.03-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.91%
GREEN value IS 169 (66.41% from 255) = 26.70%
BLUE value IS 224 (87.89% from 255) = 35.39%
R=37.91%
G=26.70%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016922400.300.070.06313.5270.380.2
HexF0A9E001E7613a4650
Octal36025134003676472106120
Binary11110000101010011110000001111011111010011101010001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A9E0; }

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

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

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

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

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

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

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

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