Shades of Pig Pink #FCD4EE
Tints of Pig Pink #FCD4EE
RGB
CMYK
RGB Variations
Color information
#FCD4EE (or 0xFCD4EE) is known color: Pig Pink. HEX triplet: FC, D4 and EE. RGB value is (252,212,238). Sum of RGB (Red+Green+Blue) = 252+212+238=702 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.90% from 702); Green value is 212 (83.20% from 255 or 30.20% from 702); Blue value is 238 (93.36% from 255 or 33.90% from 702); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD4EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD4EE is #032B11. Grayscale: #E2E2E2. Windows color (decimal): -207634 or 15652092. OLE color: 15652092.
HSL color Cylindrical-coordinate representation of color #FCD4EE: hue angle of 321º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FCD4EE is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 212 | 238 | - |
CMYK | 0 | 0.16 | 0.06 | 0.01 |
HSL | 321º | 0.87% | 0.91% | - |
HSV(B) | 321º | 0.16% | 0.99% | - |
XYZ | 79.12 | 73.96 | 90.99 | - |
YUV | 226.92 | 134.25 | 145.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 212 | 238 | 0 | 0.16 | 0.06 | 0.01 | 321 | 0.87 | 0.91 |
Hex | FC | D4 | EE | 0 | 10 | 6 | 1 | 141 | 57 | 5B |
Octal | 374 | 324 | 356 | 0 | 20 | 6 | 1 | 501 | 127 | 133 |
Binary | 11111100 | 11010100 | 11101110 | 0 | 10000 | 110 | 1 | 101000001 | 1010111 | 1011011 |
Color Harmonies of #FCD4EE
Complementary color
Monochromatic Colors of #FCD4EE
Black with #FCD4EE
Text Example
Text Example
White with #FCD4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD4EE; }
p { color: rgb(252,212,238); }
H1.HeaderClassName
{
color: #FCD4EE;
}
.AnyTagClassName
{
color: #FCD4EE;
}
</style>
background-color css
<style>
a { background-color: #FCD4EE; }
a { background-color: rgb(252,212,238); }
div.DivClassName
{
background-color: #FCD4EE;
}
.BgClassName
{
background-color: #FCD4EE;
}
</style>
border-color css
<style>
span { border-color: #FCD4EE; }
span { border-color: rgb(252,212,238); }
td.TdClassName
{
border-color: #FCD4EE;
}
.TagClassName
{
border-color: #FCD4EE;
}
</style>