Shades of Pig Pink #FCDEEB
Tints of Pig Pink #FCDEEB
RGB
CMYK
RGB Variations
Color information
#FCDEEB (or 0xFCDEEB) is known color: Pig Pink. HEX triplet: FC, DE and EB. RGB value is (252,222,235). Sum of RGB (Red+Green+Blue) = 252+222+235=709 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.54% from 709); Green value is 222 (87.11% from 255 or 31.31% from 709); Blue value is 235 (92.19% from 255 or 33.15% from 709); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDEEB is #032114. Grayscale: #E8E8E8. Windows color (decimal): -205077 or 15458044. OLE color: 15458044.
HSL color Cylindrical-coordinate representation of color #FCDEEB: hue angle of 334º 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 #FCDEEB is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 222 | 235 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.01 |
| HSL | 334º | 0.83% | 0.93% | - |
| HSV(B) | 334º | 0.12% | 0.99% | - |
| XYZ | 81.26 | 78.94 | 89.55 | - |
| YUV | 232.45 | 129.44 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 222 | 235 | 0 | 0.12 | 0.07 | 0.01 | 334 | 0.83 | 0.93 |
| Hex | FC | DE | EB | 0 | C | 7 | 1 | 14E | 53 | 5D |
| Octal | 374 | 336 | 353 | 0 | 14 | 7 | 1 | 516 | 123 | 135 |
| Binary | 11111100 | 11011110 | 11101011 | 0 | 1100 | 111 | 1 | 101001110 | 1010011 | 1011101 |
Color Harmonies of #FCDEEB
Complementary color
Monochromatic Colors of #FCDEEB
Black with #FCDEEB
Text Example
Text Example
White with #FCDEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDEEB; }
p { color: rgb(252,222,235); }
H1.HeaderClassName
{
color: #FCDEEB;
}
.AnyTagClassName
{
color: #FCDEEB;
}
</style>
background-color css
<style>
a { background-color: #FCDEEB; }
a { background-color: rgb(252,222,235); }
div.DivClassName
{
background-color: #FCDEEB;
}
.BgClassName
{
background-color: #FCDEEB;
}
</style>
border-color css
<style>
span { border-color: #FCDEEB; }
span { border-color: rgb(252,222,235); }
td.TdClassName
{
border-color: #FCDEEB;
}
.TagClassName
{
border-color: #FCDEEB;
}
</style>