Shades of Pig Pink #FCD5E5
Tints of Pig Pink #FCD5E5
RGB
CMYK
RGB Variations
Color information
#FCD5E5 (or 0xFCD5E5) is known color: Pig Pink. HEX triplet: FC, D5 and E5. RGB value is (252,213,229). Sum of RGB (Red+Green+Blue) = 252+213+229=694 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.31% from 694); Green value is 213 (83.59% from 255 or 30.69% from 694); Blue value is 229 (89.84% from 255 or 33.00% from 694); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD5E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD5E5 is #032A1A. Grayscale: #E2E2E2. Windows color (decimal): -207387 or 15062524. OLE color: 15062524.
HSL color Cylindrical-coordinate representation of color #FCD5E5: hue angle of 335.38º 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 #FCD5E5 is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 213 | 229 | - |
CMYK | 0 | 0.15 | 0.09 | 0.01 |
HSL | 335.38º | 0.87% | 0.91% | - |
HSV(B) | 335.38º | 0.15% | 0.99% | - |
XYZ | 78.08 | 73.94 | 84.29 | - |
YUV | 226.49 | 129.42 | 146.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 213 | 229 | 0 | 0.15 | 0.09 | 0.01 | 335.38 | 0.87 | 0.91 |
Hex | FC | D5 | E5 | 0 | F | 9 | 1 | 14F | 57 | 5B |
Octal | 374 | 325 | 345 | 0 | 17 | 11 | 1 | 517 | 127 | 133 |
Binary | 11111100 | 11010101 | 11100101 | 0 | 1111 | 1001 | 1 | 101001111 | 1010111 | 1011011 |
Color Harmonies of #FCD5E5
Complementary color
Monochromatic Colors of #FCD5E5
Black with #FCD5E5
Text Example
Text Example
White with #FCD5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD5E5; }
p { color: rgb(252,213,229); }
H1.HeaderClassName
{
color: #FCD5E5;
}
.AnyTagClassName
{
color: #FCD5E5;
}
</style>
background-color css
<style>
a { background-color: #FCD5E5; }
a { background-color: rgb(252,213,229); }
div.DivClassName
{
background-color: #FCD5E5;
}
.BgClassName
{
background-color: #FCD5E5;
}
</style>
border-color css
<style>
span { border-color: #FCD5E5; }
span { border-color: rgb(252,213,229); }
td.TdClassName
{
border-color: #FCD5E5;
}
.TagClassName
{
border-color: #FCD5E5;
}
</style>