Shades of Pig Pink #FDDCEE
Tints of Pig Pink #FDDCEE
RGB
CMYK
RGB Variations
Color information
#FDDCEE (or 0xFDDCEE) is known color: Pig Pink. HEX triplet: FD, DC and EE. RGB value is (253,220,238). Sum of RGB (Red+Green+Blue) = 253+220+238=711 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.58% from 711); Green value is 220 (86.33% from 255 or 30.94% from 711); Blue value is 238 (93.36% from 255 or 33.47% from 711); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDCEE is #022311. Grayscale: #E7E7E7. Windows color (decimal): -140050 or 15654141. OLE color: 15654141.
HSL color Cylindrical-coordinate representation of color #FDDCEE: hue angle of 327.27º 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 #FDDCEE is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 238 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.01 |
| HSL | 327.27º | 0.89% | 0.93% | - |
| HSV(B) | 327.27º | 0.13% | 0.99% | - |
| XYZ | 81.53 | 78.24 | 91.69 | - |
| YUV | 231.92 | 131.43 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 238 | 0 | 0.13 | 0.06 | 0.01 | 327.27 | 0.89 | 0.93 |
| Hex | FD | DC | EE | 0 | D | 6 | 1 | 147 | 59 | 5D |
| Octal | 375 | 334 | 356 | 0 | 15 | 6 | 1 | 507 | 131 | 135 |
| Binary | 11111101 | 11011100 | 11101110 | 0 | 1101 | 110 | 1 | 101000111 | 1011001 | 1011101 |
Color Harmonies of #FDDCEE
Complementary color
Monochromatic Colors of #FDDCEE
Black with #FDDCEE
Text Example
Text Example
White with #FDDCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDCEE; }
p { color: rgb(253,220,238); }
H1.HeaderClassName
{
color: #FDDCEE;
}
.AnyTagClassName
{
color: #FDDCEE;
}
</style>
background-color css
<style>
a { background-color: #FDDCEE; }
a { background-color: rgb(253,220,238); }
div.DivClassName
{
background-color: #FDDCEE;
}
.BgClassName
{
background-color: #FDDCEE;
}
</style>
border-color css
<style>
span { border-color: #FDDCEE; }
span { border-color: rgb(253,220,238); }
td.TdClassName
{
border-color: #FDDCEE;
}
.TagClassName
{
border-color: #FDDCEE;
}
</style>