Shades of Pig Pink #FDD8EE
Tints of Pig Pink #FDD8EE
RGB
CMYK
RGB Variations
Color information
#FDD8EE (or 0xFDD8EE) is known color: Pig Pink. HEX triplet: FD, D8 and EE. RGB value is (253,216,238). Sum of RGB (Red+Green+Blue) = 253+216+238=707 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.79% from 707); Green value is 216 (84.77% from 255 or 30.55% from 707); Blue value is 238 (93.36% from 255 or 33.66% from 707); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD8EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD8EE is #022711. Grayscale: #E5E5E5. Windows color (decimal): -141074 or 15653117. OLE color: 15653117.
HSL color Cylindrical-coordinate representation of color #FDD8EE: hue angle of 324.32º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FDD8EE is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 238 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.01 |
| HSL | 324.32º | 0.9% | 0.92% | - |
| HSV(B) | 324.32º | 0.15% | 0.99% | - |
| XYZ | 80.5 | 76.17 | 91.35 | - |
| YUV | 229.57 | 132.76 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 238 | 0 | 0.15 | 0.06 | 0.01 | 324.32 | 0.9 | 0.92 |
| Hex | FD | D8 | EE | 0 | F | 6 | 1 | 144 | 5A | 5C |
| Octal | 375 | 330 | 356 | 0 | 17 | 6 | 1 | 504 | 132 | 134 |
| Binary | 11111101 | 11011000 | 11101110 | 0 | 1111 | 110 | 1 | 101000100 | 1011010 | 1011100 |
Color Harmonies of #FDD8EE
Complementary color
Monochromatic Colors of #FDD8EE
Black with #FDD8EE
Text Example
Text Example
White with #FDD8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD8EE; }
p { color: rgb(253,216,238); }
H1.HeaderClassName
{
color: #FDD8EE;
}
.AnyTagClassName
{
color: #FDD8EE;
}
</style>
background-color css
<style>
a { background-color: #FDD8EE; }
a { background-color: rgb(253,216,238); }
div.DivClassName
{
background-color: #FDD8EE;
}
.BgClassName
{
background-color: #FDD8EE;
}
</style>
border-color css
<style>
span { border-color: #FDD8EE; }
span { border-color: rgb(253,216,238); }
td.TdClassName
{
border-color: #FDD8EE;
}
.TagClassName
{
border-color: #FDD8EE;
}
</style>