#FFACE1

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

Shades of Lavender Rose #FFACE1

Tints of Lavender Rose #FFACE1

Color information

#FFACE1 (or 0xFFACE1) is unknown color: approx Lavender Rose. HEX triplet: FF, AC and E1. RGB value is (255,172,225). Sum of RGB (Red+Green+Blue) = 255+172+225=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 172 (67.58% from 255 or 26.38% from 652); Blue value is 225 (88.28% from 255 or 34.51% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACE1 is #00531E. Grayscale: #CACACA. Windows color (decimal): -21279 or 14789887. OLE color: 14789887.

HSL color Cylindrical-coordinate representation of color #FFACE1: hue angle of 321.69º 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 #FFACE1 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB255172225-
CMYK00.330.120
HSL321.69º100%83.73%-
HSV(B)321.69º32.55%100%-
XYZ69.5856.278.41-
YUV202.86140.5165.19-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.11%
GREEN value IS 172 (67.58% from 255) = 26.38%
BLUE value IS 225 (88.28% from 255) = 34.51%
R=39.11%
G=26.38%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517222500.330.120321.6910083.73
HexFFACE1021C01426454
Octal377254341041140502144124
Binary11111111101011001110000101000011100010100001011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFACE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFACE1; }

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

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

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

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

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

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

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

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