Shades of Pig Pink #FCDDEB
Tints of Pig Pink #FCDDEB
RGB
CMYK
RGB Variations
Color information
#FCDDEB (or 0xFCDDEB) is known color: Pig Pink. HEX triplet: FC, DD and EB. RGB value is (252,221,235). Sum of RGB (Red+Green+Blue) = 252+221+235=708 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.59% from 708); Green value is 221 (86.72% from 255 or 31.21% from 708); Blue value is 235 (92.19% from 255 or 33.19% from 708); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDDEB is #032214. Grayscale: #E7E7E7. Windows color (decimal): -205333 or 15457788. OLE color: 15457788.
HSL color Cylindrical-coordinate representation of color #FCDDEB: hue angle of 332.9º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FCDDEB is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 235 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.01 |
| HSL | 332.9º | 0.84% | 0.93% | - |
| HSV(B) | 332.9º | 0.12% | 0.99% | - |
| XYZ | 81 | 78.41 | 89.46 | - |
| YUV | 231.87 | 129.77 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 235 | 0 | 0.12 | 0.07 | 0.01 | 332.9 | 0.84 | 0.93 |
| Hex | FC | DD | EB | 0 | C | 7 | 1 | 14D | 54 | 5D |
| Octal | 374 | 335 | 353 | 0 | 14 | 7 | 1 | 515 | 124 | 135 |
| Binary | 11111100 | 11011101 | 11101011 | 0 | 1100 | 111 | 1 | 101001101 | 1010100 | 1011101 |
Color Harmonies of #FCDDEB
Complementary color
Monochromatic Colors of #FCDDEB
Black with #FCDDEB
Text Example
Text Example
White with #FCDDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDDEB; }
p { color: rgb(252,221,235); }
H1.HeaderClassName
{
color: #FCDDEB;
}
.AnyTagClassName
{
color: #FCDDEB;
}
</style>
background-color css
<style>
a { background-color: #FCDDEB; }
a { background-color: rgb(252,221,235); }
div.DivClassName
{
background-color: #FCDDEB;
}
.BgClassName
{
background-color: #FCDDEB;
}
</style>
border-color css
<style>
span { border-color: #FCDDEB; }
span { border-color: rgb(252,221,235); }
td.TdClassName
{
border-color: #FCDDEB;
}
.TagClassName
{
border-color: #FCDDEB;
}
</style>