Shades of Pig Pink #FCDDF3
Tints of Pig Pink #FCDDF3
RGB
CMYK
RGB Variations
Color information
#FCDDF3 (or 0xFCDDF3) is known color: Pig Pink. HEX triplet: FC, DD and F3. RGB value is (252,221,243). Sum of RGB (Red+Green+Blue) = 252+221+243=716 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.20% from 716); Green value is 221 (86.72% from 255 or 30.87% from 716); Blue value is 243 (95.31% from 255 or 33.94% from 716); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDDF3 is #03220C. Grayscale: #E8E8E8. Windows color (decimal): -205325 or 15982076. OLE color: 15982076.
HSL color Cylindrical-coordinate representation of color #FCDDF3: hue angle of 317.42º 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 #FCDDF3 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 221 | 243 | - |
CMYK | 0 | 0.12 | 0.04 | 0.01 |
HSL | 317.42º | 0.84% | 0.93% | - |
HSV(B) | 317.42º | 0.12% | 0.99% | - |
XYZ | 82.18 | 78.88 | 95.69 | - |
YUV | 232.78 | 133.77 | 141.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 221 | 243 | 0 | 0.12 | 0.04 | 0.01 | 317.42 | 0.84 | 0.93 |
Hex | FC | DD | F3 | 0 | C | 4 | 1 | 13D | 54 | 5D |
Octal | 374 | 335 | 363 | 0 | 14 | 4 | 1 | 475 | 124 | 135 |
Binary | 11111100 | 11011101 | 11110011 | 0 | 1100 | 100 | 1 | 100111101 | 1010100 | 1011101 |
Color Harmonies of #FCDDF3
Complementary color
Monochromatic Colors of #FCDDF3
Black with #FCDDF3
Text Example
Text Example
White with #FCDDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDDF3; }
p { color: rgb(252,221,243); }
H1.HeaderClassName
{
color: #FCDDF3;
}
.AnyTagClassName
{
color: #FCDDF3;
}
</style>
background-color css
<style>
a { background-color: #FCDDF3; }
a { background-color: rgb(252,221,243); }
div.DivClassName
{
background-color: #FCDDF3;
}
.BgClassName
{
background-color: #FCDDF3;
}
</style>
border-color css
<style>
span { border-color: #FCDDF3; }
span { border-color: rgb(252,221,243); }
td.TdClassName
{
border-color: #FCDDF3;
}
.TagClassName
{
border-color: #FCDDF3;
}
</style>