#FCE6D9

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

Shades of Provincial Pink #FCE6D9

Tints of Provincial Pink #FCE6D9

Color information

#FCE6D9 (or 0xFCE6D9) is unknown color: approx Provincial Pink. HEX triplet: FC, E6 and D9. RGB value is (252,230,217). Sum of RGB (Red+Green+Blue) = 252+230+217=699 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.05% from 699); Green value is 230 (90.23% from 255 or 32.90% from 699); Blue value is 217 (85.16% from 255 or 31.04% from 699); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE6D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE6D9 is #031926. Grayscale: #EBEBEB. Windows color (decimal): -203047 or 14280444. OLE color: 14280444.

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

Color convert

RGB252230217-
CMYK00.090.140.01
HSL22.29º85.37%91.96%-
HSV(B)22.29º13.89%98.82%-
XYZ80.9782.377.26-
YUV235.1117.79140.06-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.05%
GREEN value IS 230 (90.23% from 255) = 32.90%
BLUE value IS 217 (85.16% from 255) = 31.04%
R=36.05%
G=32.90%
B=31.04%

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
Decimal25223021700.090.140.0122.2985.3791.96
HexFCE6D909E116555c
Octal37434633101116126125134
Binary11111100111001101101100101001111011011010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE6D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE6D9; }

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

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

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

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

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

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

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

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