Shades of Pig Pink #FCDEEE
Tints of Pig Pink #FCDEEE
RGB
CMYK
RGB Variations
Color information
#FCDEEE (or 0xFCDEEE) is known color: Pig Pink. HEX triplet: FC, DE and EE. RGB value is (252,222,238). Sum of RGB (Red+Green+Blue) = 252+222+238=712 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.39% from 712); Green value is 222 (87.11% from 255 or 31.18% from 712); Blue value is 238 (93.36% from 255 or 33.43% from 712); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDEEE is #032111. Grayscale: #E8E8E8. Windows color (decimal): -205074 or 15654652. OLE color: 15654652.
HSL color Cylindrical-coordinate representation of color #FCDEEE: hue angle of 328º degrees, saturation: 0.83, 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 #FCDEEE is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 222 | 238 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.01 |
| HSL | 328º | 0.83% | 0.93% | - |
| HSV(B) | 328º | 0.12% | 0.99% | - |
| XYZ | 81.7 | 79.11 | 91.85 | - |
| YUV | 232.79 | 130.94 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 222 | 238 | 0 | 0.12 | 0.06 | 0.01 | 328 | 0.83 | 0.93 |
| Hex | FC | DE | EE | 0 | C | 6 | 1 | 148 | 53 | 5D |
| Octal | 374 | 336 | 356 | 0 | 14 | 6 | 1 | 510 | 123 | 135 |
| Binary | 11111100 | 11011110 | 11101110 | 0 | 1100 | 110 | 1 | 101001000 | 1010011 | 1011101 |
Color Harmonies of #FCDEEE
Complementary color
Monochromatic Colors of #FCDEEE
Black with #FCDEEE
Text Example
Text Example
White with #FCDEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDEEE; }
p { color: rgb(252,222,238); }
H1.HeaderClassName
{
color: #FCDEEE;
}
.AnyTagClassName
{
color: #FCDEEE;
}
</style>
background-color css
<style>
a { background-color: #FCDEEE; }
a { background-color: rgb(252,222,238); }
div.DivClassName
{
background-color: #FCDEEE;
}
.BgClassName
{
background-color: #FCDEEE;
}
</style>
border-color css
<style>
span { border-color: #FCDEEE; }
span { border-color: rgb(252,222,238); }
td.TdClassName
{
border-color: #FCDEEE;
}
.TagClassName
{
border-color: #FCDEEE;
}
</style>