#FFACE0

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

Shades of Lavender Rose #FFACE0

Tints of Lavender Rose #FFACE0

Color information

#FFACE0 (or 0xFFACE0) is unknown color: approx Lavender Rose. HEX triplet: FF, AC and E0. RGB value is (255,172,224). Sum of RGB (Red+Green+Blue) = 255+172+224=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 172 (67.58% from 255 or 26.42% from 651); Blue value is 224 (87.89% from 255 or 34.41% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACE0 is #00531F. Grayscale: #CACACA. Windows color (decimal): -21280 or 14724351. OLE color: 14724351.

HSL color Cylindrical-coordinate representation of color #FFACE0: hue angle of 322.41º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFACE0 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB255172224-
CMYK00.330.120
HSL322.41º100%83.73%-
HSV(B)322.41º32.55%100%-
XYZ69.4556.1577.7-
YUV202.74140165.27-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.17%
GREEN value IS 172 (67.58% from 255) = 26.42%
BLUE value IS 224 (87.89% from 255) = 34.41%
R=39.17%
G=26.42%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517222400.330.120322.4110083.73
HexFFACE0021C01426454
Octal377254340041140502144124
Binary11111111101011001110000001000011100010100001011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFACE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFACE0; }

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

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

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

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

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

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

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

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