Shades of Pig Pink #FCDEE7
Tints of Pig Pink #FCDEE7
RGB
CMYK
RGB Variations
Color information
#FCDEE7 (or 0xFCDEE7) is known color: Pig Pink. HEX triplet: FC, DE and E7. RGB value is (252,222,231). Sum of RGB (Red+Green+Blue) = 252+222+231=705 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.74% from 705); Green value is 222 (87.11% from 255 or 31.49% from 705); Blue value is 231 (90.62% from 255 or 32.77% from 705); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDEE7 is #032118. Grayscale: #E7E7E7. Windows color (decimal): -205081 or 15195900. OLE color: 15195900.
HSL color Cylindrical-coordinate representation of color #FCDEE7: hue angle of 342º 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 #FCDEE7 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 222 | 231 | - |
CMYK | 0 | 0.12 | 0.08 | 0.01 |
HSL | 342º | 0.83% | 0.93% | - |
HSV(B) | 342º | 0.12% | 0.99% | - |
XYZ | 80.69 | 78.71 | 86.54 | - |
YUV | 232 | 127.44 | 142.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 222 | 231 | 0 | 0.12 | 0.08 | 0.01 | 342 | 0.83 | 0.93 |
Hex | FC | DE | E7 | 0 | C | 8 | 1 | 156 | 53 | 5D |
Octal | 374 | 336 | 347 | 0 | 14 | 10 | 1 | 526 | 123 | 135 |
Binary | 11111100 | 11011110 | 11100111 | 0 | 1100 | 1000 | 1 | 101010110 | 1010011 | 1011101 |
Color Harmonies of #FCDEE7
Complementary color
Monochromatic Colors of #FCDEE7
Black with #FCDEE7
Text Example
Text Example
White with #FCDEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDEE7; }
p { color: rgb(252,222,231); }
H1.HeaderClassName
{
color: #FCDEE7;
}
.AnyTagClassName
{
color: #FCDEE7;
}
</style>
background-color css
<style>
a { background-color: #FCDEE7; }
a { background-color: rgb(252,222,231); }
div.DivClassName
{
background-color: #FCDEE7;
}
.BgClassName
{
background-color: #FCDEE7;
}
</style>
border-color css
<style>
span { border-color: #FCDEE7; }
span { border-color: rgb(252,222,231); }
td.TdClassName
{
border-color: #FCDEE7;
}
.TagClassName
{
border-color: #FCDEE7;
}
</style>