Shades of Provincial Pink #FDE0D0
Tints of Provincial Pink #FDE0D0
RGB
CMYK
RGB Variations
Color information
#FDE0D0 (or 0xFDE0D0) is known color: Provincial Pink. HEX triplet: FD, E0 and D0. RGB value is (253,224,208). Sum of RGB (Red+Green+Blue) = 253+224+208=685 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.93% from 685); Green value is 224 (87.89% from 255 or 32.70% from 685); Blue value is 208 (81.64% from 255 or 30.36% from 685); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE0D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE0D0 is #021F2F. Grayscale: #E6E6E6. Windows color (decimal): -139056 or 13689085. OLE color: 13689085.
HSL color Cylindrical-coordinate representation of color #FDE0D0: hue angle of 21.33º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FDE0D0 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 224 | 208 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.01 |
| HSL | 21.33º | 0.92% | 0.9% | - |
| HSV(B) | 21.33º | 0.18% | 0.99% | - |
| XYZ | 78.55 | 78.75 | 70.73 | - |
| YUV | 230.85 | 115.11 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 224 | 208 | 0 | 0.11 | 0.18 | 0.01 | 21.33 | 0.92 | 0.9 |
| Hex | FD | E0 | D0 | 0 | B | 12 | 1 | 15 | 5C | 5A |
| Octal | 375 | 340 | 320 | 0 | 13 | 22 | 1 | 25 | 134 | 132 |
| Binary | 11111101 | 11100000 | 11010000 | 0 | 1011 | 10010 | 1 | 10101 | 1011100 | 1011010 |
Color Harmonies of #FDE0D0
Complementary color
Monochromatic Colors of #FDE0D0
Black with #FDE0D0
Text Example
Text Example
White with #FDE0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE0D0; }
p { color: rgb(253,224,208); }
H1.HeaderClassName
{
color: #FDE0D0;
}
.AnyTagClassName
{
color: #FDE0D0;
}
</style>
background-color css
<style>
a { background-color: #FDE0D0; }
a { background-color: rgb(253,224,208); }
div.DivClassName
{
background-color: #FDE0D0;
}
.BgClassName
{
background-color: #FDE0D0;
}
</style>
border-color css
<style>
span { border-color: #FDE0D0; }
span { border-color: rgb(253,224,208); }
td.TdClassName
{
border-color: #FDE0D0;
}
.TagClassName
{
border-color: #FDE0D0;
}
</style>