Shades of Pig Pink #FDD0EA
Tints of Pig Pink #FDD0EA
RGB
CMYK
RGB Variations
Color information
#FDD0EA (or 0xFDD0EA) is known color: Pig Pink. HEX triplet: FD, D0 and EA. RGB value is (253,208,234). Sum of RGB (Red+Green+Blue) = 253+208+234=695 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.40% from 695); Green value is 208 (81.64% from 255 or 29.93% from 695); Blue value is 234 (91.80% from 255 or 33.67% from 695); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD0EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD0EA is #022F15. Grayscale: #E0E0E0. Windows color (decimal): -143126 or 15388925. OLE color: 15388925.
HSL color Cylindrical-coordinate representation of color #FDD0EA: hue angle of 325.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 #FDD0EA is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 234 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.01 |
| HSL | 325.33º | 0.92% | 0.9% | - |
| HSV(B) | 325.33º | 0.18% | 0.99% | - |
| XYZ | 77.92 | 71.93 | 87.62 | - |
| YUV | 224.42 | 133.41 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 234 | 0 | 0.18 | 0.08 | 0.01 | 325.33 | 0.92 | 0.9 |
| Hex | FD | D0 | EA | 0 | 12 | 8 | 1 | 145 | 5C | 5A |
| Octal | 375 | 320 | 352 | 0 | 22 | 10 | 1 | 505 | 134 | 132 |
| Binary | 11111101 | 11010000 | 11101010 | 0 | 10010 | 1000 | 1 | 101000101 | 1011100 | 1011010 |
Color Harmonies of #FDD0EA
Complementary color
Monochromatic Colors of #FDD0EA
Black with #FDD0EA
Text Example
Text Example
White with #FDD0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD0EA; }
p { color: rgb(253,208,234); }
H1.HeaderClassName
{
color: #FDD0EA;
}
.AnyTagClassName
{
color: #FDD0EA;
}
</style>
background-color css
<style>
a { background-color: #FDD0EA; }
a { background-color: rgb(253,208,234); }
div.DivClassName
{
background-color: #FDD0EA;
}
.BgClassName
{
background-color: #FDD0EA;
}
</style>
border-color css
<style>
span { border-color: #FDD0EA; }
span { border-color: rgb(253,208,234); }
td.TdClassName
{
border-color: #FDD0EA;
}
.TagClassName
{
border-color: #FDD0EA;
}
</style>