#F0ACE0

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

Shades of Lavender Rose #F0ACE0

Tints of Lavender Rose #F0ACE0

Color information

#F0ACE0 (or 0xF0ACE0) is unknown color: approx Lavender Rose. HEX triplet: F0, AC and E0. RGB value is (240,172,224). Sum of RGB (Red+Green+Blue) = 240+172+224=636 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.74% from 636); Green value is 172 (67.58% from 255 or 27.04% from 636); Blue value is 224 (87.89% from 255 or 35.22% from 636); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ACE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ACE0 is #0F531F. Grayscale: #C6C6C6. Windows color (decimal): -1004320 or 14724336. OLE color: 14724336.

HSL color Cylindrical-coordinate representation of color #F0ACE0: hue angle of 314.12º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0ACE0 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB240172224-
CMYK00.280.070.06
HSL314.12º69.39%80.78%-
HSV(B)314.12º28.33%94.12%-
XYZ64.1453.4177.45-
YUV198.26142.53157.77-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.74%
GREEN value IS 172 (67.58% from 255) = 27.04%
BLUE value IS 224 (87.89% from 255) = 35.22%
R=37.74%
G=27.04%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017222400.280.070.06314.1269.3980.78
HexF0ACE001C7613a4551
Octal36025434003476472105121
Binary11110000101011001110000001110011111010011101010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ACE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ACE0; }

 p { color: rgb(240,172,224); }

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

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

 a { background-color: rgb(240,172,224); }

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

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

 span { border-color: rgb(240,172,224); }

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