#FCACCE

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

Shades of Lavender Pink #FCACCE

Tints of Lavender Pink #FCACCE

Color information

#FCACCE (or 0xFCACCE) is unknown color: approx Lavender Pink. HEX triplet: FC, AC and CE. RGB value is (252,172,206). Sum of RGB (Red+Green+Blue) = 252+172+206=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 172 (67.58% from 255 or 27.30% from 630); Blue value is 206 (80.86% from 255 or 32.70% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCACCE is #035331. Grayscale: #C7C7C7. Windows color (decimal): -217906 or 13544700. OLE color: 13544700.

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

Color convert

RGB252172206-
CMYK00.320.180.01
HSL334.5º93.02%83.14%-
HSV(B)334.5º31.75%98.82%-
XYZ66.0454.6665.46-
YUV199.8131.5165.24-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40%
GREEN value IS 172 (67.58% from 255) = 27.30%
BLUE value IS 206 (80.86% from 255) = 32.70%
R=40%
G=27.30%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217220600.320.180.01334.593.0283.14
HexFCACCE02012114e5d53
Octal374254316040221516135123
Binary111111001010110011001110010000010010110100111010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCACCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCACCE; }

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

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

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

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

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

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

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

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