#F1A0DE

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

Shades of Lavender Rose #F1A0DE

Tints of Lavender Rose #F1A0DE

Color information

#F1A0DE (or 0xF1A0DE) is unknown color: approx Lavender Rose. HEX triplet: F1, A0 and DE. RGB value is (241,160,222). Sum of RGB (Red+Green+Blue) = 241+160+222=623 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.68% from 623); Green value is 160 (62.89% from 255 or 25.68% from 623); Blue value is 222 (87.11% from 255 or 35.63% from 623); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A0DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A0DE is #0E5F21. Grayscale: #BFBFBF. Windows color (decimal): -941858 or 14590193. OLE color: 14590193.

HSL color Cylindrical-coordinate representation of color #F1A0DE: hue angle of 314.07º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F1A0DE is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB241160222-
CMYK00.340.080.05
HSL314.07º74.31%78.63%-
HSV(B)314.07º33.61%94.51%-
XYZ62.0349.1275.32-
YUV191.29145.34163.46-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.68%
GREEN value IS 160 (62.89% from 255) = 25.68%
BLUE value IS 222 (87.11% from 255) = 35.63%
R=38.68%
G=25.68%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116022200.340.080.05314.0774.3178.63
HexF1A0DE0228513a4a4f
Octal361240336042105472112117
Binary1111000110100000110111100100010100010110011101010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A0DE; }

 p { color: rgb(241,160,222); }

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

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

 a { background-color: rgb(241,160,222); }

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

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

 span { border-color: rgb(241,160,222); }

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