#FFACE7

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

Shades of Lavender Rose #FFACE7

Tints of Lavender Rose #FFACE7

Color information

#FFACE7 (or 0xFFACE7) is unknown color: approx Lavender Rose. HEX triplet: FF, AC and E7. RGB value is (255,172,231). Sum of RGB (Red+Green+Blue) = 255+172+231=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 172 (67.58% from 255 or 26.14% from 658); Blue value is 231 (90.62% from 255 or 35.11% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFACE7 is #005318. Grayscale: #CBCBCB. Windows color (decimal): -21273 or 15183103. OLE color: 15183103.

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

Color convert

RGB255172231-
CMYK00.330.090
HSL317.35º100%83.73%-
HSV(B)317.35º32.55%100%-
XYZ70.4256.5382.8-
YUV203.54143.5164.7-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.75%
GREEN value IS 172 (67.58% from 255) = 26.14%
BLUE value IS 231 (90.62% from 255) = 35.11%
R=38.75%
G=26.14%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517223100.330.090317.3510083.73
HexFFACE70219013d6454
Octal377254347041110475144124
Binary11111111101011001110011101000011001010011110111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFACE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFACE7; }

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

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

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

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

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

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

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

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