Shades of Pig Pink #FCDFEE
Tints of Pig Pink #FCDFEE
RGB
CMYK
RGB Variations
Color information
#FCDFEE (or 0xFCDFEE) is known color: Pig Pink. HEX triplet: FC, DF and EE. RGB value is (252,223,238). Sum of RGB (Red+Green+Blue) = 252+223+238=713 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.34% from 713); Green value is 223 (87.5% from 255 or 31.28% from 713); Blue value is 238 (93.36% from 255 or 33.38% from 713); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDFEE is #032011. Grayscale: #E9E9E9. Windows color (decimal): -204818 or 15654908. OLE color: 15654908.
HSL color Cylindrical-coordinate representation of color #FCDFEE: hue angle of 328.97º 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 #FCDFEE is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 223 | 238 | - |
CMYK | 0 | 0.12 | 0.06 | 0.01 |
HSL | 328.97º | 0.83% | 0.93% | - |
HSV(B) | 328.97º | 0.12% | 0.99% | - |
XYZ | 81.97 | 79.64 | 91.94 | - |
YUV | 233.38 | 130.61 | 141.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 223 | 238 | 0 | 0.12 | 0.06 | 0.01 | 328.97 | 0.83 | 0.93 |
Hex | FC | DF | EE | 0 | C | 6 | 1 | 149 | 53 | 5D |
Octal | 374 | 337 | 356 | 0 | 14 | 6 | 1 | 511 | 123 | 135 |
Binary | 11111100 | 11011111 | 11101110 | 0 | 1100 | 110 | 1 | 101001001 | 1010011 | 1011101 |
Color Harmonies of #FCDFEE
Complementary color
Monochromatic Colors of #FCDFEE
Black with #FCDFEE
Text Example
Text Example
White with #FCDFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDFEE; }
p { color: rgb(252,223,238); }
H1.HeaderClassName
{
color: #FCDFEE;
}
.AnyTagClassName
{
color: #FCDFEE;
}
</style>
background-color css
<style>
a { background-color: #FCDFEE; }
a { background-color: rgb(252,223,238); }
div.DivClassName
{
background-color: #FCDFEE;
}
.BgClassName
{
background-color: #FCDFEE;
}
</style>
border-color css
<style>
span { border-color: #FCDFEE; }
span { border-color: rgb(252,223,238); }
td.TdClassName
{
border-color: #FCDFEE;
}
.TagClassName
{
border-color: #FCDFEE;
}
</style>