#FDE1D1

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

Shades of Provincial Pink #FDE1D1

Tints of Provincial Pink #FDE1D1

Color information

#FDE1D1 (or 0xFDE1D1) is unknown color: approx Provincial Pink. HEX triplet: FD, E1 and D1. RGB value is (253,225,209). Sum of RGB (Red+Green+Blue) = 253+225+209=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 225 (88.28% from 255 or 32.75% from 687); Blue value is 209 (82.03% from 255 or 30.42% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE1D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE1D1 is #021E2E. Grayscale: #E7E7E7. Windows color (decimal): -138799 or 13754877. OLE color: 13754877.

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

Color convert

RGB253225209-
CMYK00.110.170.01
HSL21.82º91.67%90.59%-
HSV(B)21.82º17.39%99.22%-
XYZ78.9479.3471.47-
YUV231.55115.28143.3-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.83%
GREEN value IS 225 (88.28% from 255) = 32.75%
BLUE value IS 209 (82.03% from 255) = 30.42%
R=36.83%
G=32.75%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322520900.110.170.0121.8291.6790.59
HexFDE1D10B111165c5b
Octal37534132101321126134133
Binary111111011110000111010001010111000111011010111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE1D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE1D1; }

 p { color: rgb(253,225,209); }

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

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

 a { background-color: rgb(253,225,209); }

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

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

 span { border-color: rgb(253,225,209); }

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