#F0A2DC

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

Shades of Lavender Rose #F0A2DC

Tints of Lavender Rose #F0A2DC

Color information

#F0A2DC (or 0xF0A2DC) is unknown color: approx Lavender Rose. HEX triplet: F0, A2 and DC. RGB value is (240,162,220). Sum of RGB (Red+Green+Blue) = 240+162+220=622 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.59% from 622); Green value is 162 (63.67% from 255 or 26.05% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A2DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A2DC is #0F5D23. Grayscale: #BFBFBF. Windows color (decimal): -1006884 or 14459632. OLE color: 14459632.

HSL color Cylindrical-coordinate representation of color #F0A2DC: hue angle of 315.38º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F0A2DC is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB240162220-
CMYK00.320.080.06
HSL315.38º72.22%78.82%-
HSV(B)315.38º32.5%94.12%-
XYZ61.7749.5374.02-
YUV191.93143.84162.28-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.59%
GREEN value IS 162 (63.67% from 255) = 26.05%
BLUE value IS 220 (86.33% from 255) = 35.37%
R=38.59%
G=26.05%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016222000.320.080.06315.3872.2278.82
HexF0A2DC0208613b484f
Octal360242334040106473110117
Binary1111000010100010110111000100000100011010011101110010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A2DC; }

 p { color: rgb(240,162,220); }

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

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

 a { background-color: rgb(240,162,220); }

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

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

 span { border-color: rgb(240,162,220); }

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