Shades of Pig Pink #FDD0E1
Tints of Pig Pink #FDD0E1
RGB
CMYK
RGB Variations
Color information
#FDD0E1 (or 0xFDD0E1) is known color: Pig Pink. HEX triplet: FD, D0 and E1. RGB value is (253,208,225). Sum of RGB (Red+Green+Blue) = 253+208+225=686 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.88% from 686); Green value is 208 (81.64% from 255 or 30.32% from 686); Blue value is 225 (88.28% from 255 or 32.80% from 686); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD0E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD0E1 is #022F1E. Grayscale: #DFDFDF. Windows color (decimal): -143135 or 14799101. OLE color: 14799101.
HSL color Cylindrical-coordinate representation of color #FDD0E1: hue angle of 337.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 #FDD0E1 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 225 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.01 |
| HSL | 337.33º | 0.92% | 0.9% | - |
| HSV(B) | 337.33º | 0.18% | 0.99% | - |
| XYZ | 76.65 | 71.43 | 80.98 | - |
| YUV | 223.39 | 128.91 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 225 | 0 | 0.18 | 0.11 | 0.01 | 337.33 | 0.92 | 0.9 |
| Hex | FD | D0 | E1 | 0 | 12 | B | 1 | 151 | 5C | 5A |
| Octal | 375 | 320 | 341 | 0 | 22 | 13 | 1 | 521 | 134 | 132 |
| Binary | 11111101 | 11010000 | 11100001 | 0 | 10010 | 1011 | 1 | 101010001 | 1011100 | 1011010 |
Color Harmonies of #FDD0E1
Complementary color
Monochromatic Colors of #FDD0E1
Black with #FDD0E1
Text Example
Text Example
White with #FDD0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD0E1; }
p { color: rgb(253,208,225); }
H1.HeaderClassName
{
color: #FDD0E1;
}
.AnyTagClassName
{
color: #FDD0E1;
}
</style>
background-color css
<style>
a { background-color: #FDD0E1; }
a { background-color: rgb(253,208,225); }
div.DivClassName
{
background-color: #FDD0E1;
}
.BgClassName
{
background-color: #FDD0E1;
}
</style>
border-color css
<style>
span { border-color: #FDD0E1; }
span { border-color: rgb(253,208,225); }
td.TdClassName
{
border-color: #FDD0E1;
}
.TagClassName
{
border-color: #FDD0E1;
}
</style>