Shades of Pig Pink #FDD0E5
Tints of Pig Pink #FDD0E5
RGB
CMYK
RGB Variations
Color information
#FDD0E5 (or 0xFDD0E5) is known color: Pig Pink. HEX triplet: FD, D0 and E5. RGB value is (253,208,229). Sum of RGB (Red+Green+Blue) = 253+208+229=690 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.67% from 690); Green value is 208 (81.64% from 255 or 30.14% from 690); Blue value is 229 (89.84% from 255 or 33.19% from 690); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD0E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD0E5 is #022F1A. Grayscale: #DFDFDF. Windows color (decimal): -143131 or 15061245. OLE color: 15061245.
HSL color Cylindrical-coordinate representation of color #FDD0E5: hue angle of 332º 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 #FDD0E5 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 229 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.01 |
| HSL | 332º | 0.92% | 0.9% | - |
| HSV(B) | 332º | 0.18% | 0.99% | - |
| XYZ | 77.21 | 71.65 | 83.89 | - |
| YUV | 223.85 | 130.91 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 229 | 0 | 0.18 | 0.09 | 0.01 | 332 | 0.92 | 0.9 |
| Hex | FD | D0 | E5 | 0 | 12 | 9 | 1 | 14C | 5C | 5A |
| Octal | 375 | 320 | 345 | 0 | 22 | 11 | 1 | 514 | 134 | 132 |
| Binary | 11111101 | 11010000 | 11100101 | 0 | 10010 | 1001 | 1 | 101001100 | 1011100 | 1011010 |
Color Harmonies of #FDD0E5
Complementary color
Monochromatic Colors of #FDD0E5
Black with #FDD0E5
Text Example
Text Example
White with #FDD0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD0E5; }
p { color: rgb(253,208,229); }
H1.HeaderClassName
{
color: #FDD0E5;
}
.AnyTagClassName
{
color: #FDD0E5;
}
</style>
background-color css
<style>
a { background-color: #FDD0E5; }
a { background-color: rgb(253,208,229); }
div.DivClassName
{
background-color: #FDD0E5;
}
.BgClassName
{
background-color: #FDD0E5;
}
</style>
border-color css
<style>
span { border-color: #FDD0E5; }
span { border-color: rgb(253,208,229); }
td.TdClassName
{
border-color: #FDD0E5;
}
.TagClassName
{
border-color: #FDD0E5;
}
</style>