#F0A1DF

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

Shades of Lavender Rose #F0A1DF

Tints of Lavender Rose #F0A1DF

Color information

#F0A1DF (or 0xF0A1DF) is unknown color: approx Lavender Rose. HEX triplet: F0, A1 and DF. RGB value is (240,161,223). Sum of RGB (Red+Green+Blue) = 240+161+223=624 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.46% from 624); Green value is 161 (63.28% from 255 or 25.80% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A1DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A1DF is #0F5E20. Grayscale: #BFBFBF. Windows color (decimal): -1007137 or 14655984. OLE color: 14655984.

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

Color convert

RGB240161223-
CMYK00.330.070.06
HSL312.91º72.48%78.63%-
HSV(B)312.91º32.92%94.12%-
XYZ6249.3476.07-
YUV191.69145.67162.46-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.46%
GREEN value IS 161 (63.28% from 255) = 25.80%
BLUE value IS 223 (87.5% from 255) = 35.74%
R=38.46%
G=25.80%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016122300.330.070.06312.9172.4878.63
HexF0A1DF02176139484f
Octal36024133704176471110117
Binary111100001010000111011111010000111111010011100110010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A1DF; }

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

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

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

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

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

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

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

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