Shades of Pig Pink #FCDFF3
Tints of Pig Pink #FCDFF3
RGB
CMYK
RGB Variations
Color information
#FCDFF3 (or 0xFCDFF3) is known color: Pig Pink. HEX triplet: FC, DF and F3. RGB value is (252,223,243). Sum of RGB (Red+Green+Blue) = 252+223+243=718 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.10% from 718); Green value is 223 (87.5% from 255 or 31.06% from 718); Blue value is 243 (95.31% from 255 or 33.84% from 718); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDFF3 is #03200C. Grayscale: #E9E9E9. Windows color (decimal): -204813 or 15982588. OLE color: 15982588.
HSL color Cylindrical-coordinate representation of color #FCDFF3: hue angle of 318.62º 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 #FCDFF3 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 243 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.01 |
| HSL | 318.62º | 0.83% | 0.93% | - |
| HSV(B) | 318.62º | 0.12% | 0.99% | - |
| XYZ | 82.71 | 79.94 | 95.87 | - |
| YUV | 233.95 | 133.11 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 243 | 0 | 0.12 | 0.04 | 0.01 | 318.62 | 0.83 | 0.93 |
| Hex | FC | DF | F3 | 0 | C | 4 | 1 | 13F | 53 | 5D |
| Octal | 374 | 337 | 363 | 0 | 14 | 4 | 1 | 477 | 123 | 135 |
| Binary | 11111100 | 11011111 | 11110011 | 0 | 1100 | 100 | 1 | 100111111 | 1010011 | 1011101 |
Color Harmonies of #FCDFF3
Complementary color
Monochromatic Colors of #FCDFF3
Black with #FCDFF3
Text Example
Text Example
White with #FCDFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDFF3; }
p { color: rgb(252,223,243); }
H1.HeaderClassName
{
color: #FCDFF3;
}
.AnyTagClassName
{
color: #FCDFF3;
}
</style>
background-color css
<style>
a { background-color: #FCDFF3; }
a { background-color: rgb(252,223,243); }
div.DivClassName
{
background-color: #FCDFF3;
}
.BgClassName
{
background-color: #FCDFF3;
}
</style>
border-color css
<style>
span { border-color: #FCDFF3; }
span { border-color: rgb(252,223,243); }
td.TdClassName
{
border-color: #FCDFF3;
}
.TagClassName
{
border-color: #FCDFF3;
}
</style>