#FCE2D6

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

Shades of Provincial Pink #FCE2D6

Tints of Provincial Pink #FCE2D6

Color information

#FCE2D6 (or 0xFCE2D6) is unknown color: approx Provincial Pink. HEX triplet: FC, E2 and D6. RGB value is (252,226,214). Sum of RGB (Red+Green+Blue) = 252+226+214=692 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.42% from 692); Green value is 226 (88.67% from 255 or 32.66% from 692); Blue value is 214 (83.98% from 255 or 30.92% from 692); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE2D6 is #031D29. Grayscale: #E8E8E8. Windows color (decimal): -204074 or 14082812. OLE color: 14082812.

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

Color convert

RGB252226214-
CMYK00.100.150.01
HSL18.95º86.36%91.37%-
HSV(B)18.95º15.08%98.82%-
XYZ79.4879.9474.86-
YUV232.41117.61141.98-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.42%
GREEN value IS 226 (88.67% from 255) = 32.66%
BLUE value IS 214 (83.98% from 255) = 30.92%
R=36.42%
G=32.66%
B=30.92%

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
Decimal25222621400.100.150.0118.9586.3691.37
HexFCE2D60AF113565b
Octal37434232601217123126133
Binary11111100111000101101011001010111111001110101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE2D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE2D6; }

 p { color: rgb(252,226,214); }

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

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

 a { background-color: rgb(252,226,214); }

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

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

 span { border-color: rgb(252,226,214); }

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