#FCAACE

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

Shades of Lavender Pink #FCAACE

Tints of Lavender Pink #FCAACE

Color information

#FCAACE (or 0xFCAACE) is unknown color: approx Lavender Pink. HEX triplet: FC, AA and CE. RGB value is (252,170,206). Sum of RGB (Red+Green+Blue) = 252+170+206=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 170 (66.80% from 255 or 27.07% from 628); Blue value is 206 (80.86% from 255 or 32.80% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAACE is #035531. Grayscale: #C6C6C6. Windows color (decimal): -218418 or 13544188. OLE color: 13544188.

HSL color Cylindrical-coordinate representation of color #FCAACE: hue angle of 333.66º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCAACE is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB252170206-
CMYK00.330.180.01
HSL333.66º93.18%82.75%-
HSV(B)333.66º32.54%98.82%-
XYZ65.6653.965.34-
YUV198.62132.17166.07-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.13%
GREEN value IS 170 (66.80% from 255) = 27.07%
BLUE value IS 206 (80.86% from 255) = 32.80%
R=40.13%
G=27.07%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217020600.330.180.01333.6693.1882.75
HexFCAACE02112114e5d53
Octal374252316041221516135123
Binary111111001010101011001110010000110010110100111010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAACE; }

 p { color: rgb(252,170,206); }

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

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

 a { background-color: rgb(252,170,206); }

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

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

 span { border-color: rgb(252,170,206); }

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