#FCE4D7

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

Shades of Provincial Pink #FCE4D7

Tints of Provincial Pink #FCE4D7

Color information

#FCE4D7 (or 0xFCE4D7) is unknown color: approx Provincial Pink. HEX triplet: FC, E4 and D7. RGB value is (252,228,215). Sum of RGB (Red+Green+Blue) = 252+228+215=695 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.26% from 695); Green value is 228 (89.45% from 255 or 32.81% from 695); Blue value is 215 (84.38% from 255 or 30.94% from 695); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE4D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE4D7 is #031B28. Grayscale: #E9E9E9. Windows color (decimal): -203561 or 14148860. OLE color: 14148860.

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

Color convert

RGB252228215-
CMYK00.100.150.01
HSL21.08º86.05%91.57%-
HSV(B)21.08º14.68%98.82%-
XYZ80.1581.0975.72-
YUV233.69117.45141.06-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.26%
GREEN value IS 228 (89.45% from 255) = 32.81%
BLUE value IS 215 (84.38% from 255) = 30.94%
R=36.26%
G=32.81%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222821500.100.150.0121.0886.0591.57
HexFCE4D70AF115565c
Octal37434432701217125126134
Binary11111100111001001101011101010111111010110101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE4D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE4D7; }

 p { color: rgb(252,228,215); }

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

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

 a { background-color: rgb(252,228,215); }

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

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

 span { border-color: rgb(252,228,215); }

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