Shades of Pig Pink #FCD5E3
Tints of Pig Pink #FCD5E3
RGB
CMYK
RGB Variations
Color information
#FCD5E3 (or 0xFCD5E3) is known color: Pig Pink. HEX triplet: FC, D5 and E3. RGB value is (252,213,227). Sum of RGB (Red+Green+Blue) = 252+213+227=692 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.42% from 692); Green value is 213 (83.59% from 255 or 30.78% from 692); Blue value is 227 (89.06% from 255 or 32.80% from 692); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD5E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD5E3 is #032A1C. Grayscale: #E2E2E2. Windows color (decimal): -207389 or 14931452. OLE color: 14931452.
HSL color Cylindrical-coordinate representation of color #FCD5E3: hue angle of 338.46º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FCD5E3 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 213 | 227 | - |
CMYK | 0 | 0.15 | 0.10 | 0.01 |
HSL | 338.46º | 0.87% | 0.91% | - |
HSV(B) | 338.46º | 0.15% | 0.99% | - |
XYZ | 77.8 | 73.83 | 82.82 | - |
YUV | 226.26 | 128.42 | 146.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 213 | 227 | 0 | 0.15 | 0.10 | 0.01 | 338.46 | 0.87 | 0.91 |
Hex | FC | D5 | E3 | 0 | F | A | 1 | 152 | 57 | 5B |
Octal | 374 | 325 | 343 | 0 | 17 | 12 | 1 | 522 | 127 | 133 |
Binary | 11111100 | 11010101 | 11100011 | 0 | 1111 | 1010 | 1 | 101010010 | 1010111 | 1011011 |
Color Harmonies of #FCD5E3
Complementary color
Monochromatic Colors of #FCD5E3
Black with #FCD5E3
Text Example
Text Example
White with #FCD5E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD5E3; }
p { color: rgb(252,213,227); }
H1.HeaderClassName
{
color: #FCD5E3;
}
.AnyTagClassName
{
color: #FCD5E3;
}
</style>
background-color css
<style>
a { background-color: #FCD5E3; }
a { background-color: rgb(252,213,227); }
div.DivClassName
{
background-color: #FCD5E3;
}
.BgClassName
{
background-color: #FCD5E3;
}
</style>
border-color css
<style>
span { border-color: #FCD5E3; }
span { border-color: rgb(252,213,227); }
td.TdClassName
{
border-color: #FCD5E3;
}
.TagClassName
{
border-color: #FCD5E3;
}
</style>