Shades of Pig Pink #FCDBED
Tints of Pig Pink #FCDBED
RGB
CMYK
RGB Variations
Color information
#FCDBED (or 0xFCDBED) is known color: Pig Pink. HEX triplet: FC, DB and ED. RGB value is (252,219,237). Sum of RGB (Red+Green+Blue) = 252+219+237=708 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.59% from 708); Green value is 219 (85.94% from 255 or 30.93% from 708); Blue value is 237 (92.97% from 255 or 33.47% from 708); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDBED is #032412. Grayscale: #E6E6E6. Windows color (decimal): -205843 or 15588348. OLE color: 15588348.
HSL color Cylindrical-coordinate representation of color #FCDBED: hue angle of 327.27º 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 #FCDBED is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 219 | 237 | - |
CMYK | 0 | 0.13 | 0.06 | 0.01 |
HSL | 327.27º | 0.85% | 0.92% | - |
HSV(B) | 327.27º | 0.13% | 0.99% | - |
XYZ | 80.76 | 77.47 | 90.82 | - |
YUV | 230.92 | 131.43 | 143.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 219 | 237 | 0 | 0.13 | 0.06 | 0.01 | 327.27 | 0.85 | 0.92 |
Hex | FC | DB | ED | 0 | D | 6 | 1 | 147 | 55 | 5C |
Octal | 374 | 333 | 355 | 0 | 15 | 6 | 1 | 507 | 125 | 134 |
Binary | 11111100 | 11011011 | 11101101 | 0 | 1101 | 110 | 1 | 101000111 | 1010101 | 1011100 |
Color Harmonies of #FCDBED
Complementary color
Monochromatic Colors of #FCDBED
Black with #FCDBED
Text Example
Text Example
White with #FCDBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDBED; }
p { color: rgb(252,219,237); }
H1.HeaderClassName
{
color: #FCDBED;
}
.AnyTagClassName
{
color: #FCDBED;
}
</style>
background-color css
<style>
a { background-color: #FCDBED; }
a { background-color: rgb(252,219,237); }
div.DivClassName
{
background-color: #FCDBED;
}
.BgClassName
{
background-color: #FCDBED;
}
</style>
border-color css
<style>
span { border-color: #FCDBED; }
span { border-color: rgb(252,219,237); }
td.TdClassName
{
border-color: #FCDBED;
}
.TagClassName
{
border-color: #FCDBED;
}
</style>