#F0A1DC

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

Shades of Lavender Rose #F0A1DC

Tints of Lavender Rose #F0A1DC

Color information

#F0A1DC (or 0xF0A1DC) is unknown color: approx Lavender Rose. HEX triplet: F0, A1 and DC. RGB value is (240,161,220). Sum of RGB (Red+Green+Blue) = 240+161+220=621 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.65% from 621); Green value is 161 (63.28% from 255 or 25.93% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A1DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A1DC is #0F5E23. Grayscale: #BFBFBF. Windows color (decimal): -1007140 or 14459376. OLE color: 14459376.

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

Color convert

RGB240161220-
CMYK00.330.080.06
HSL315.19º72.48%78.63%-
HSV(B)315.19º32.92%94.12%-
XYZ61.649.1873.96-
YUV191.35144.17162.7-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.65%
GREEN value IS 161 (63.28% from 255) = 25.93%
BLUE value IS 220 (86.33% from 255) = 35.43%
R=38.65%
G=25.93%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016122000.330.080.06315.1972.4878.63
HexF0A1DC0218613b484f
Octal360241334041106473110117
Binary1111000010100001110111000100001100011010011101110010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A1DC; }

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

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

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

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

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

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

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

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