#F0ACE4

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

Shades of Lavender Rose #F0ACE4

Tints of Lavender Rose #F0ACE4

Color information

#F0ACE4 (or 0xF0ACE4) is unknown color: approx Lavender Rose. HEX triplet: F0, AC and E4. RGB value is (240,172,228). Sum of RGB (Red+Green+Blue) = 240+172+228=640 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.5% from 640); Green value is 172 (67.58% from 255 or 26.88% from 640); Blue value is 228 (89.45% from 255 or 35.62% from 640); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ACE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ACE4 is #0F531B. Grayscale: #C6C6C6. Windows color (decimal): -1004316 or 14986480. OLE color: 14986480.

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

Color convert

RGB240172228-
CMYK00.280.050.06
HSL310.59º69.39%80.78%-
HSV(B)310.59º28.33%94.12%-
XYZ64.6953.6380.34-
YUV198.72144.53157.45-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.5%
GREEN value IS 172 (67.58% from 255) = 26.88%
BLUE value IS 228 (89.45% from 255) = 35.62%
R=37.5%
G=26.88%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017222800.280.050.06310.5969.3980.78
HexF0ACE401C561374551
Octal36025434403456467105121
Binary11110000101011001110010001110010111010011011110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ACE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ACE4; }

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

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

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

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

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

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

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

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