Shades of Pig Pink #FCDEF3
Tints of Pig Pink #FCDEF3
RGB
CMYK
RGB Variations
Color information
#FCDEF3 (or 0xFCDEF3) is known color: Pig Pink. HEX triplet: FC, DE and F3. RGB value is (252,222,243). Sum of RGB (Red+Green+Blue) = 252+222+243=717 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.15% from 717); Green value is 222 (87.11% from 255 or 30.96% from 717); Blue value is 243 (95.31% from 255 or 33.89% from 717); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDEF3 is #03210C. Grayscale: #E9E9E9. Windows color (decimal): -205069 or 15982332. OLE color: 15982332.
HSL color Cylindrical-coordinate representation of color #FCDEF3: hue angle of 318º 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 #FCDEF3 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 222 | 243 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.01 |
| HSL | 318º | 0.83% | 0.93% | - |
| HSV(B) | 318º | 0.12% | 0.99% | - |
| XYZ | 82.44 | 79.41 | 95.78 | - |
| YUV | 233.36 | 133.44 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 222 | 243 | 0 | 0.12 | 0.04 | 0.01 | 318 | 0.83 | 0.93 |
| Hex | FC | DE | F3 | 0 | C | 4 | 1 | 13E | 53 | 5D |
| Octal | 374 | 336 | 363 | 0 | 14 | 4 | 1 | 476 | 123 | 135 |
| Binary | 11111100 | 11011110 | 11110011 | 0 | 1100 | 100 | 1 | 100111110 | 1010011 | 1011101 |
Color Harmonies of #FCDEF3
Complementary color
Monochromatic Colors of #FCDEF3
Black with #FCDEF3
Text Example
Text Example
White with #FCDEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDEF3; }
p { color: rgb(252,222,243); }
H1.HeaderClassName
{
color: #FCDEF3;
}
.AnyTagClassName
{
color: #FCDEF3;
}
</style>
background-color css
<style>
a { background-color: #FCDEF3; }
a { background-color: rgb(252,222,243); }
div.DivClassName
{
background-color: #FCDEF3;
}
.BgClassName
{
background-color: #FCDEF3;
}
</style>
border-color css
<style>
span { border-color: #FCDEF3; }
span { border-color: rgb(252,222,243); }
td.TdClassName
{
border-color: #FCDEF3;
}
.TagClassName
{
border-color: #FCDEF3;
}
</style>