#F5ACED

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

Shades of Lavender Rose #F5ACED

Tints of Lavender Rose #F5ACED

Color information

#F5ACED (or 0xF5ACED) is unknown color: approx Lavender Rose. HEX triplet: F5, AC and ED. RGB value is (245,172,237). Sum of RGB (Red+Green+Blue) = 245+172+237=654 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.46% from 654); Green value is 172 (67.58% from 255 or 26.30% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ACED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5ACED is #0A5312. Grayscale: #C9C9C9. Windows color (decimal): -676627 or 15576309. OLE color: 15576309.

HSL color Cylindrical-coordinate representation of color #F5ACED: hue angle of 306.58º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5ACED is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB245172237-
CMYK00.300.030.04
HSL306.58º78.49%81.76%-
HSV(B)306.58º29.8%96.08%-
XYZ67.6955.0387.18-
YUV201.24148.18159.21-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.46%
GREEN value IS 172 (67.58% from 255) = 26.30%
BLUE value IS 237 (92.97% from 255) = 36.24%
R=37.46%
G=26.30%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517223700.300.030.04306.5878.4981.76
HexF5ACED01E341334e52
Octal36525435503634463116122
Binary1111010110101100111011010111101110010011001110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ACED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ACED; }

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

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

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

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

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

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

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

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