Shades of Pig Pink #FDDDEE
Tints of Pig Pink #FDDDEE
RGB
CMYK
RGB Variations
Color information
#FDDDEE (or 0xFDDDEE) is known color: Pig Pink. HEX triplet: FD, DD and EE. RGB value is (253,221,238). Sum of RGB (Red+Green+Blue) = 253+221+238=712 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.53% from 712); Green value is 221 (86.72% from 255 or 31.04% from 712); Blue value is 238 (93.36% from 255 or 33.43% from 712); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDDEE is #022211. Grayscale: #E8E8E8. Windows color (decimal): -139794 or 15654397. OLE color: 15654397.
HSL color Cylindrical-coordinate representation of color #FDDDEE: hue angle of 328.12º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FDDDEE is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 221 | 238 | - |
CMYK | 0 | 0.13 | 0.06 | 0.01 |
HSL | 328.13º | 0.89% | 0.93% | - |
HSV(B) | 328.13º | 0.13% | 0.99% | - |
XYZ | 81.8 | 78.77 | 91.78 | - |
YUV | 232.51 | 131.1 | 142.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 221 | 238 | 0 | 0.13 | 0.06 | 0.01 | 328.13 | 0.89 | 0.93 |
Hex | FD | DD | EE | 0 | D | 6 | 1 | 148 | 59 | 5D |
Octal | 375 | 335 | 356 | 0 | 15 | 6 | 1 | 510 | 131 | 135 |
Binary | 11111101 | 11011101 | 11101110 | 0 | 1101 | 110 | 1 | 101001000 | 1011001 | 1011101 |
Color Harmonies of #FDDDEE
Complementary color
Monochromatic Colors of #FDDDEE
Black with #FDDDEE
Text Example
Text Example
White with #FDDDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDDEE; }
p { color: rgb(253,221,238); }
H1.HeaderClassName
{
color: #FDDDEE;
}
.AnyTagClassName
{
color: #FDDDEE;
}
</style>
background-color css
<style>
a { background-color: #FDDDEE; }
a { background-color: rgb(253,221,238); }
div.DivClassName
{
background-color: #FDDDEE;
}
.BgClassName
{
background-color: #FDDDEE;
}
</style>
border-color css
<style>
span { border-color: #FDDDEE; }
span { border-color: rgb(253,221,238); }
td.TdClassName
{
border-color: #FDDDEE;
}
.TagClassName
{
border-color: #FDDDEE;
}
</style>