Shades of Pig Pink #FDD1EE
Tints of Pig Pink #FDD1EE
RGB
CMYK
RGB Variations
Color information
#FDD1EE (or 0xFDD1EE) is known color: Pig Pink. HEX triplet: FD, D1 and EE. RGB value is (253,209,238). Sum of RGB (Red+Green+Blue) = 253+209+238=700 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.14% from 700); Green value is 209 (82.03% from 255 or 29.86% from 700); Blue value is 238 (93.36% from 255 or 34% from 700); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD1EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD1EE is #022E11. Grayscale: #E1E1E1. Windows color (decimal): -142866 or 15651325. OLE color: 15651325.
HSL color Cylindrical-coordinate representation of color #FDD1EE: hue angle of 320.45º degrees, saturation: 0.92, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FDD1EE is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 238 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.01 |
| HSL | 320.45º | 0.92% | 0.91% | - |
| HSV(B) | 320.45º | 0.17% | 0.99% | - |
| XYZ | 78.74 | 72.66 | 90.76 | - |
| YUV | 225.46 | 135.08 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 238 | 0 | 0.17 | 0.06 | 0.01 | 320.45 | 0.92 | 0.91 |
| Hex | FD | D1 | EE | 0 | 11 | 6 | 1 | 140 | 5C | 5B |
| Octal | 375 | 321 | 356 | 0 | 21 | 6 | 1 | 500 | 134 | 133 |
| Binary | 11111101 | 11010001 | 11101110 | 0 | 10001 | 110 | 1 | 101000000 | 1011100 | 1011011 |
Color Harmonies of #FDD1EE
Complementary color
Monochromatic Colors of #FDD1EE
Black with #FDD1EE
Text Example
Text Example
White with #FDD1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD1EE; }
p { color: rgb(253,209,238); }
H1.HeaderClassName
{
color: #FDD1EE;
}
.AnyTagClassName
{
color: #FDD1EE;
}
</style>
background-color css
<style>
a { background-color: #FDD1EE; }
a { background-color: rgb(253,209,238); }
div.DivClassName
{
background-color: #FDD1EE;
}
.BgClassName
{
background-color: #FDD1EE;
}
</style>
border-color css
<style>
span { border-color: #FDD1EE; }
span { border-color: rgb(253,209,238); }
td.TdClassName
{
border-color: #FDD1EE;
}
.TagClassName
{
border-color: #FDD1EE;
}
</style>