Shades of Pig Pink #FDCEE4
Tints of Pig Pink #FDCEE4
RGB
CMYK
RGB Variations
Color information
#FDCEE4 (or 0xFDCEE4) is known color: Pig Pink. HEX triplet: FD, CE and E4. RGB value is (253,206,228). Sum of RGB (Red+Green+Blue) = 253+206+228=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 206 (80.86% from 255 or 29.99% from 687); Blue value is 228 (89.45% from 255 or 33.19% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCEE4 is #02311B. Grayscale: #DEDEDE. Windows color (decimal): -143644 or 14995197. OLE color: 14995197.
HSL color Cylindrical-coordinate representation of color #FDCEE4: hue angle of 331.91º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDCEE4 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 206 | 228 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.01 |
| HSL | 331.91º | 0.92% | 0.9% | - |
| HSV(B) | 331.91º | 0.19% | 0.99% | - |
| XYZ | 76.58 | 70.63 | 82.99 | - |
| YUV | 222.56 | 131.07 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 206 | 228 | 0 | 0.19 | 0.10 | 0.01 | 331.91 | 0.92 | 0.9 |
| Hex | FD | CE | E4 | 0 | 13 | A | 1 | 14C | 5C | 5A |
| Octal | 375 | 316 | 344 | 0 | 23 | 12 | 1 | 514 | 134 | 132 |
| Binary | 11111101 | 11001110 | 11100100 | 0 | 10011 | 1010 | 1 | 101001100 | 1011100 | 1011010 |
Color Harmonies of #FDCEE4
Complementary color
Monochromatic Colors of #FDCEE4
Black with #FDCEE4
Text Example
Text Example
White with #FDCEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCEE4; }
p { color: rgb(253,206,228); }
H1.HeaderClassName
{
color: #FDCEE4;
}
.AnyTagClassName
{
color: #FDCEE4;
}
</style>
background-color css
<style>
a { background-color: #FDCEE4; }
a { background-color: rgb(253,206,228); }
div.DivClassName
{
background-color: #FDCEE4;
}
.BgClassName
{
background-color: #FDCEE4;
}
</style>
border-color css
<style>
span { border-color: #FDCEE4; }
span { border-color: rgb(253,206,228); }
td.TdClassName
{
border-color: #FDCEE4;
}
.TagClassName
{
border-color: #FDCEE4;
}
</style>