#FCE5DA

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

Shades of Provincial Pink #FCE5DA

Tints of Provincial Pink #FCE5DA

Color information

#FCE5DA (or 0xFCE5DA) is unknown color: approx Provincial Pink. HEX triplet: FC, E5 and DA. RGB value is (252,229,218). Sum of RGB (Red+Green+Blue) = 252+229+218=699 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.05% from 699); Green value is 229 (89.84% from 255 or 32.76% from 699); Blue value is 218 (85.55% from 255 or 31.19% from 699); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE5DA is #031A25. Grayscale: #EAEAEA. Windows color (decimal): -203302 or 14345724. OLE color: 14345724.

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

Color convert

RGB252229218-
CMYK00.090.130.01
HSL19.41º85%92.16%-
HSV(B)19.41º13.49%98.82%-
XYZ80.8281.877.86-
YUV234.62118.62140.39-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.05%
GREEN value IS 229 (89.84% from 255) = 32.76%
BLUE value IS 218 (85.55% from 255) = 31.19%
R=36.05%
G=32.76%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222921800.090.130.0119.418592.16
HexFCE5DA09D113555c
Octal37434533201115123125134
Binary11111100111001011101101001001110111001110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE5DA; }

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

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

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

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

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

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

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

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