Shades of Pig Pink #FCDFF1
Tints of Pig Pink #FCDFF1
RGB
CMYK
RGB Variations
Color information
#FCDFF1 (or 0xFCDFF1) is known color: Pig Pink. HEX triplet: FC, DF and F1. RGB value is (252,223,241). Sum of RGB (Red+Green+Blue) = 252+223+241=716 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.20% from 716); Green value is 223 (87.5% from 255 or 31.15% from 716); Blue value is 241 (94.53% from 255 or 33.66% from 716); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDFF1 is #03200E. Grayscale: #E9E9E9. Windows color (decimal): -204815 or 15851516. OLE color: 15851516.
HSL color Cylindrical-coordinate representation of color #FCDFF1: hue angle of 322.76º degrees, saturation: 0.83, 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 #FCDFF1 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 241 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.01 |
| HSL | 322.76º | 0.83% | 0.93% | - |
| HSV(B) | 322.76º | 0.12% | 0.99% | - |
| XYZ | 82.41 | 79.82 | 94.28 | - |
| YUV | 233.72 | 132.11 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 241 | 0 | 0.12 | 0.04 | 0.01 | 322.76 | 0.83 | 0.93 |
| Hex | FC | DF | F1 | 0 | C | 4 | 1 | 143 | 53 | 5D |
| Octal | 374 | 337 | 361 | 0 | 14 | 4 | 1 | 503 | 123 | 135 |
| Binary | 11111100 | 11011111 | 11110001 | 0 | 1100 | 100 | 1 | 101000011 | 1010011 | 1011101 |
Color Harmonies of #FCDFF1
Complementary color
Monochromatic Colors of #FCDFF1
Black with #FCDFF1
Text Example
Text Example
White with #FCDFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDFF1; }
p { color: rgb(252,223,241); }
H1.HeaderClassName
{
color: #FCDFF1;
}
.AnyTagClassName
{
color: #FCDFF1;
}
</style>
background-color css
<style>
a { background-color: #FCDFF1; }
a { background-color: rgb(252,223,241); }
div.DivClassName
{
background-color: #FCDFF1;
}
.BgClassName
{
background-color: #FCDFF1;
}
</style>
border-color css
<style>
span { border-color: #FCDFF1; }
span { border-color: rgb(252,223,241); }
td.TdClassName
{
border-color: #FCDFF1;
}
.TagClassName
{
border-color: #FCDFF1;
}
</style>