#FFACEA

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

Shades of Lavender Rose #FFACEA

Tints of Lavender Rose #FFACEA

Color information

#FFACEA (or 0xFFACEA) is unknown color: approx Lavender Rose. HEX triplet: FF, AC and EA. RGB value is (255,172,234). Sum of RGB (Red+Green+Blue) = 255+172+234=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 172 (67.58% from 255 or 26.02% from 661); Blue value is 234 (91.80% from 255 or 35.40% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFACEA is #005315. Grayscale: #CBCBCB. Windows color (decimal): -21270 or 15379711. OLE color: 15379711.

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

Color convert

RGB255172234-
CMYK00.330.080
HSL315.18º100%83.73%-
HSV(B)315.18º32.55%100%-
XYZ70.8456.7185.05-
YUV203.88145164.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.58%
GREEN value IS 172 (67.58% from 255) = 26.02%
BLUE value IS 234 (91.80% from 255) = 35.40%
R=38.58%
G=26.02%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517223400.330.080315.1810083.73
HexFFACEA0218013b6454
Octal377254352041100473144124
Binary11111111101011001110101001000011000010011101111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFACEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFACEA; }

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

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

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

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

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

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

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

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