#F0ACED

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

Shades of Lavender Rose #F0ACED

Tints of Lavender Rose #F0ACED

Color information

#F0ACED (or 0xF0ACED) is unknown color: approx Lavender Rose. HEX triplet: F0, AC and ED. RGB value is (240,172,237). Sum of RGB (Red+Green+Blue) = 240+172+237=649 (85% of max value = 765). Red value is 240 (94.14% from 255 or 36.98% from 649); Green value is 172 (67.58% from 255 or 26.50% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ACED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0ACED is #0F5312. Grayscale: #C7C7C7. Windows color (decimal): -1004307 or 15576304. OLE color: 15576304.

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

Color convert

RGB240172237-
CMYK00.280.010.06
HSL302.65º69.39%80.78%-
HSV(B)302.65º28.33%94.12%-
XYZ65.9754.1487.09-
YUV199.74149.03156.71-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.98%
GREEN value IS 172 (67.58% from 255) = 26.50%
BLUE value IS 237 (92.97% from 255) = 36.52%
R=36.98%
G=26.50%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017223700.280.010.06302.6569.3980.78
HexF0ACED01C1612f4551
Octal36025435503416457105121
Binary111100001010110011101101011100111010010111110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ACED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ACED; }

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

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

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

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

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

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

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

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