Shades of Pig Pink #FCDBE5
Tints of Pig Pink #FCDBE5
RGB
CMYK
RGB Variations
Color information
#FCDBE5 (or 0xFCDBE5) is known color: Pig Pink. HEX triplet: FC, DB and E5. RGB value is (252,219,229). Sum of RGB (Red+Green+Blue) = 252+219+229=700 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36% from 700); Green value is 219 (85.94% from 255 or 31.29% from 700); Blue value is 229 (89.84% from 255 or 32.71% from 700); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDBE5 is #03241A. Grayscale: #E5E5E5. Windows color (decimal): -205851 or 15064060. OLE color: 15064060.
HSL color Cylindrical-coordinate representation of color #FCDBE5: hue angle of 341.82º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FCDBE5 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 219 | 229 | - |
CMYK | 0 | 0.13 | 0.09 | 0.01 |
HSL | 341.82º | 0.85% | 0.92% | - |
HSV(B) | 341.82º | 0.13% | 0.99% | - |
XYZ | 79.62 | 77.02 | 84.8 | - |
YUV | 230.01 | 127.43 | 143.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 219 | 229 | 0 | 0.13 | 0.09 | 0.01 | 341.82 | 0.85 | 0.92 |
Hex | FC | DB | E5 | 0 | D | 9 | 1 | 156 | 55 | 5C |
Octal | 374 | 333 | 345 | 0 | 15 | 11 | 1 | 526 | 125 | 134 |
Binary | 11111100 | 11011011 | 11100101 | 0 | 1101 | 1001 | 1 | 101010110 | 1010101 | 1011100 |
Color Harmonies of #FCDBE5
Complementary color
Monochromatic Colors of #FCDBE5
Black with #FCDBE5
Text Example
Text Example
White with #FCDBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDBE5; }
p { color: rgb(252,219,229); }
H1.HeaderClassName
{
color: #FCDBE5;
}
.AnyTagClassName
{
color: #FCDBE5;
}
</style>
background-color css
<style>
a { background-color: #FCDBE5; }
a { background-color: rgb(252,219,229); }
div.DivClassName
{
background-color: #FCDBE5;
}
.BgClassName
{
background-color: #FCDBE5;
}
</style>
border-color css
<style>
span { border-color: #FCDBE5; }
span { border-color: rgb(252,219,229); }
td.TdClassName
{
border-color: #FCDBE5;
}
.TagClassName
{
border-color: #FCDBE5;
}
</style>