#FFACEE

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

Shades of Lavender Rose #FFACEE

Tints of Lavender Rose #FFACEE

Color information

#FFACEE (or 0xFFACEE) is unknown color: approx Lavender Rose. HEX triplet: FF, AC and EE. RGB value is (255,172,238). Sum of RGB (Red+Green+Blue) = 255+172+238=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 172 (67.58% from 255 or 25.86% from 665); Blue value is 238 (93.36% from 255 or 35.79% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFACEE is #005311. Grayscale: #CCCCCC. Windows color (decimal): -21266 or 15641855. OLE color: 15641855.

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

Color convert

RGB255172238-
CMYK00.330.070
HSL312.29º100%83.73%-
HSV(B)312.29º32.55%100%-
XYZ71.4356.9488.11-
YUV204.34147164.13-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.35%
GREEN value IS 172 (67.58% from 255) = 25.86%
BLUE value IS 238 (93.36% from 255) = 35.79%
R=38.35%
G=25.86%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517223800.330.070312.2910083.73
HexFFACEE021701386454
Octal37725435604170470144124
Binary1111111110101100111011100100001111010011100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFACEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFACEE; }

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

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

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

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

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

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

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

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