#FDE4D9

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

Shades of Provincial Pink #FDE4D9

Tints of Provincial Pink #FDE4D9

Color information

#FDE4D9 (or 0xFDE4D9) is unknown color: approx Provincial Pink. HEX triplet: FD, E4 and D9. RGB value is (253,228,217). Sum of RGB (Red+Green+Blue) = 253+228+217=698 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.25% from 698); Green value is 228 (89.45% from 255 or 32.66% from 698); Blue value is 217 (85.16% from 255 or 31.09% from 698); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE4D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE4D9 is #021B26. Grayscale: #EAEAEA. Windows color (decimal): -138023 or 14279933. OLE color: 14279933.

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

Color convert

RGB253228217-
CMYK00.100.140.01
HSL18.33º90%92.16%-
HSV(B)18.33º14.23%99.22%-
XYZ80.7881.3877.1-
YUV234.22118.28141.39-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.25%
GREEN value IS 228 (89.45% from 255) = 32.66%
BLUE value IS 217 (85.16% from 255) = 31.09%
R=36.25%
G=32.66%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322821700.100.140.0118.339092.16
HexFDE4D90AE1125a5c
Octal37534433101216122132134
Binary11111101111001001101100101010111011001010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE4D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE4D9; }

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

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

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

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

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

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

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

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