Shades of Pig Pink #FCDDED
Tints of Pig Pink #FCDDED
RGB
CMYK
RGB Variations
Color information
#FCDDED (or 0xFCDDED) is known color: Pig Pink. HEX triplet: FC, DD and ED. RGB value is (252,221,237). Sum of RGB (Red+Green+Blue) = 252+221+237=710 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.49% from 710); Green value is 221 (86.72% from 255 or 31.13% from 710); Blue value is 237 (92.97% from 255 or 33.38% from 710); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDDED is #032212. Grayscale: #E8E8E8. Windows color (decimal): -205331 or 15588860. OLE color: 15588860.
HSL color Cylindrical-coordinate representation of color #FCDDED: hue angle of 329.03º degrees, saturation: 0.84, 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 #FCDDED is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 221 | 237 | - |
CMYK | 0 | 0.12 | 0.06 | 0.01 |
HSL | 329.03º | 0.84% | 0.93% | - |
HSV(B) | 329.03º | 0.12% | 0.99% | - |
XYZ | 81.29 | 78.52 | 90.99 | - |
YUV | 232.09 | 130.77 | 142.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 221 | 237 | 0 | 0.12 | 0.06 | 0.01 | 329.03 | 0.84 | 0.93 |
Hex | FC | DD | ED | 0 | C | 6 | 1 | 149 | 54 | 5D |
Octal | 374 | 335 | 355 | 0 | 14 | 6 | 1 | 511 | 124 | 135 |
Binary | 11111100 | 11011101 | 11101101 | 0 | 1100 | 110 | 1 | 101001001 | 1010100 | 1011101 |
Color Harmonies of #FCDDED
Complementary color
Monochromatic Colors of #FCDDED
Black with #FCDDED
Text Example
Text Example
White with #FCDDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDDED; }
p { color: rgb(252,221,237); }
H1.HeaderClassName
{
color: #FCDDED;
}
.AnyTagClassName
{
color: #FCDDED;
}
</style>
background-color css
<style>
a { background-color: #FCDDED; }
a { background-color: rgb(252,221,237); }
div.DivClassName
{
background-color: #FCDDED;
}
.BgClassName
{
background-color: #FCDDED;
}
</style>
border-color css
<style>
span { border-color: #FCDDED; }
span { border-color: rgb(252,221,237); }
td.TdClassName
{
border-color: #FCDDED;
}
.TagClassName
{
border-color: #FCDDED;
}
</style>