Shades of Pig Pink #FDD0ED
Tints of Pig Pink #FDD0ED
RGB
CMYK
RGB Variations
Color information
#FDD0ED (or 0xFDD0ED) is known color: Pig Pink. HEX triplet: FD, D0 and ED. RGB value is (253,208,237). Sum of RGB (Red+Green+Blue) = 253+208+237=698 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.25% from 698); Green value is 208 (81.64% from 255 or 29.80% from 698); Blue value is 237 (92.97% from 255 or 33.95% from 698); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD0ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD0ED is #022F12. Grayscale: #E0E0E0. Windows color (decimal): -143123 or 15585533. OLE color: 15585533.
HSL color Cylindrical-coordinate representation of color #FDD0ED: hue angle of 321.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 #FDD0ED is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 208 | 237 | - |
CMYK | 0 | 0.18 | 0.06 | 0.01 |
HSL | 321.33º | 0.92% | 0.9% | - |
HSV(B) | 321.33º | 0.18% | 0.99% | - |
XYZ | 78.35 | 72.11 | 89.91 | - |
YUV | 224.76 | 134.91 | 148.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 208 | 237 | 0 | 0.18 | 0.06 | 0.01 | 321.33 | 0.92 | 0.9 |
Hex | FD | D0 | ED | 0 | 12 | 6 | 1 | 141 | 5C | 5A |
Octal | 375 | 320 | 355 | 0 | 22 | 6 | 1 | 501 | 134 | 132 |
Binary | 11111101 | 11010000 | 11101101 | 0 | 10010 | 110 | 1 | 101000001 | 1011100 | 1011010 |
Color Harmonies of #FDD0ED
Complementary color
Monochromatic Colors of #FDD0ED
Black with #FDD0ED
Text Example
Text Example
White with #FDD0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD0ED; }
p { color: rgb(253,208,237); }
H1.HeaderClassName
{
color: #FDD0ED;
}
.AnyTagClassName
{
color: #FDD0ED;
}
</style>
background-color css
<style>
a { background-color: #FDD0ED; }
a { background-color: rgb(253,208,237); }
div.DivClassName
{
background-color: #FDD0ED;
}
.BgClassName
{
background-color: #FDD0ED;
}
</style>
border-color css
<style>
span { border-color: #FDD0ED; }
span { border-color: rgb(253,208,237); }
td.TdClassName
{
border-color: #FDD0ED;
}
.TagClassName
{
border-color: #FDD0ED;
}
</style>