#FDE4D8

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

Shades of Provincial Pink #FDE4D8

Tints of Provincial Pink #FDE4D8

Color information

#FDE4D8 (or 0xFDE4D8) is unknown color: approx Provincial Pink. HEX triplet: FD, E4 and D8. RGB value is (253,228,216). Sum of RGB (Red+Green+Blue) = 253+228+216=697 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.30% from 697); Green value is 228 (89.45% from 255 or 32.71% from 697); Blue value is 216 (84.77% from 255 or 30.99% from 697); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE4D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE4D8 is #021B27. Grayscale: #EAEAEA. Windows color (decimal): -138024 or 14214397. OLE color: 14214397.

HSL color Cylindrical-coordinate representation of color #FDE4D8: hue angle of 19.46º degrees, saturation: 0.9, 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 #FDE4D8 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB253228216-
CMYK00.100.150.01
HSL19.46º90.24%91.96%-
HSV(B)19.46º14.62%99.22%-
XYZ80.6581.3376.41-
YUV234.11117.78141.48-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.30%
GREEN value IS 228 (89.45% from 255) = 32.71%
BLUE value IS 216 (84.77% from 255) = 30.99%
R=36.30%
G=32.71%
B=30.99%

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
Decimal25322821600.100.150.0119.4690.2491.96
HexFDE4D80AF1135a5c
Octal37534433001217123132134
Binary11111101111001001101100001010111111001110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE4D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE4D8; }

 p { color: rgb(253,228,216); }

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

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

 a { background-color: rgb(253,228,216); }

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

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

 span { border-color: rgb(253,228,216); }

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