#FDE2D2

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

Shades of Provincial Pink #FDE2D2

Tints of Provincial Pink #FDE2D2

Color information

#FDE2D2 (or 0xFDE2D2) is unknown color: approx Provincial Pink. HEX triplet: FD, E2 and D2. RGB value is (253,226,210). Sum of RGB (Red+Green+Blue) = 253+226+210=689 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.72% from 689); Green value is 226 (88.67% from 255 or 32.80% from 689); Blue value is 210 (82.42% from 255 or 30.48% from 689); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE2D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE2D2 is #021D2D. Grayscale: #E8E8E8. Windows color (decimal): -138542 or 13820669. OLE color: 13820669.

HSL color Cylindrical-coordinate representation of color #FDE2D2: hue angle of 22.33º degrees, saturation: 0.91, 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 #FDE2D2 is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB253226210-
CMYK00.110.170.01
HSL22.33º91.49%90.78%-
HSV(B)22.33º17%99.22%-
XYZ79.3479.9372.22-
YUV232.25115.45142.8-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.72%
GREEN value IS 226 (88.67% from 255) = 32.80%
BLUE value IS 210 (82.42% from 255) = 30.48%
R=36.72%
G=32.80%
B=30.48%

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
Decimal25322621000.110.170.0122.3391.4990.78
HexFDE2D20B111165b5b
Octal37534232201321126133133
Binary111111011110001011010010010111000111011010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE2D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE2D2; }

 p { color: rgb(253,226,210); }

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

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

 a { background-color: rgb(253,226,210); }

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

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

 span { border-color: rgb(253,226,210); }

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