Shades of Pig Pink #FCDBF0
Tints of Pig Pink #FCDBF0
RGB
CMYK
RGB Variations
Color information
#FCDBF0 (or 0xFCDBF0) is known color: Pig Pink. HEX triplet: FC, DB and F0. RGB value is (252,219,240). Sum of RGB (Red+Green+Blue) = 252+219+240=711 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.44% from 711); Green value is 219 (85.94% from 255 or 30.80% from 711); Blue value is 240 (94.14% from 255 or 33.76% from 711); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDBF0 is #03240F. Grayscale: #E7E7E7. Windows color (decimal): -205840 or 15784956. OLE color: 15784956.
HSL color Cylindrical-coordinate representation of color #FCDBF0: hue angle of 321.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 #FCDBF0 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 219 | 240 | - |
CMYK | 0 | 0.13 | 0.05 | 0.01 |
HSL | 321.82º | 0.85% | 0.92% | - |
HSV(B) | 321.82º | 0.13% | 0.99% | - |
XYZ | 81.2 | 77.65 | 93.15 | - |
YUV | 231.26 | 132.93 | 142.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 219 | 240 | 0 | 0.13 | 0.05 | 0.01 | 321.82 | 0.85 | 0.92 |
Hex | FC | DB | F0 | 0 | D | 5 | 1 | 142 | 55 | 5C |
Octal | 374 | 333 | 360 | 0 | 15 | 5 | 1 | 502 | 125 | 134 |
Binary | 11111100 | 11011011 | 11110000 | 0 | 1101 | 101 | 1 | 101000010 | 1010101 | 1011100 |
Color Harmonies of #FCDBF0
Complementary color
Monochromatic Colors of #FCDBF0
Black with #FCDBF0
Text Example
Text Example
White with #FCDBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDBF0; }
p { color: rgb(252,219,240); }
H1.HeaderClassName
{
color: #FCDBF0;
}
.AnyTagClassName
{
color: #FCDBF0;
}
</style>
background-color css
<style>
a { background-color: #FCDBF0; }
a { background-color: rgb(252,219,240); }
div.DivClassName
{
background-color: #FCDBF0;
}
.BgClassName
{
background-color: #FCDBF0;
}
</style>
border-color css
<style>
span { border-color: #FCDBF0; }
span { border-color: rgb(252,219,240); }
td.TdClassName
{
border-color: #FCDBF0;
}
.TagClassName
{
border-color: #FCDBF0;
}
</style>