#F0A9E4

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

Shades of Lavender Rose #F0A9E4

Tints of Lavender Rose #F0A9E4

Color information

#F0A9E4 (or 0xF0A9E4) is unknown color: approx Lavender Rose. HEX triplet: F0, A9 and E4. RGB value is (240,169,228). Sum of RGB (Red+Green+Blue) = 240+169+228=637 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.68% from 637); Green value is 169 (66.41% from 255 or 26.53% from 637); Blue value is 228 (89.45% from 255 or 35.79% from 637); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A9E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A9E4 is #0F561B. Grayscale: #C4C4C4. Windows color (decimal): -1005084 or 14985712. OLE color: 14985712.

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

Color convert

RGB240169228-
CMYK00.300.050.06
HSL310.14º70.3%80.2%-
HSV(B)310.14º29.58%94.12%-
XYZ64.1352.580.15-
YUV196.95145.52158.7-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.68%
GREEN value IS 169 (66.41% from 255) = 26.53%
BLUE value IS 228 (89.45% from 255) = 35.79%
R=37.68%
G=26.53%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016922800.300.050.06310.1470.380.2
HexF0A9E401E561364650
Octal36025134403656466106120
Binary11110000101010011110010001111010111010011011010001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A9E4; }

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

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

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

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

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

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

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

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