#F0ACEA

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

Shades of Lavender Rose #F0ACEA

Tints of Lavender Rose #F0ACEA

Color information

#F0ACEA (or 0xF0ACEA) is unknown color: approx Lavender Rose. HEX triplet: F0, AC and EA. RGB value is (240,172,234). Sum of RGB (Red+Green+Blue) = 240+172+234=646 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.15% from 646); Green value is 172 (67.58% from 255 or 26.63% from 646); Blue value is 234 (91.80% from 255 or 36.22% from 646); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ACEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0ACEA is #0F5315. Grayscale: #C7C7C7. Windows color (decimal): -1004310 or 15379696. OLE color: 15379696.

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

Color convert

RGB240172234-
CMYK00.280.020.06
HSL305.29º69.39%80.78%-
HSV(B)305.29º28.33%94.12%-
XYZ65.5453.9784.81-
YUV199.4147.53156.96-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.15%
GREEN value IS 172 (67.58% from 255) = 26.63%
BLUE value IS 234 (91.80% from 255) = 36.22%
R=37.15%
G=26.63%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017223400.280.020.06305.2969.3980.78
HexF0ACEA01C261314551
Octal36025435203426461105121
Binary1111000010101100111010100111001011010011000110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ACEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ACEA; }

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

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

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

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

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

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

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

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