#FCE5D9

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

Shades of Provincial Pink #FCE5D9

Tints of Provincial Pink #FCE5D9

Color information

#FCE5D9 (or 0xFCE5D9) is unknown color: approx Provincial Pink. HEX triplet: FC, E5 and D9. RGB value is (252,229,217). Sum of RGB (Red+Green+Blue) = 252+229+217=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 229 (89.84% from 255 or 32.81% from 698); Blue value is 217 (85.16% from 255 or 31.09% from 698); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE5D9 is #031A26. Grayscale: #EAEAEA. Windows color (decimal): -203303 or 14280188. OLE color: 14280188.

HSL color Cylindrical-coordinate representation of color #FCE5D9: hue angle of 20.57º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FCE5D9 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB252229217-
CMYK00.090.140.01
HSL20.57º85.37%91.96%-
HSV(B)20.57º13.89%98.82%-
XYZ80.6981.7477.17-
YUV234.51118.12140.48-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.10%
GREEN value IS 229 (89.84% from 255) = 32.81%
BLUE value IS 217 (85.16% from 255) = 31.09%
R=36.10%
G=32.81%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222921700.090.140.0120.5785.3791.96
HexFCE5D909E115555c
Octal37434533101116125125134
Binary11111100111001011101100101001111011010110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE5D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE5D9; }

 p { color: rgb(252,229,217); }

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

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

 a { background-color: rgb(252,229,217); }

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

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

 span { border-color: rgb(252,229,217); }

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