Shades of Your Pink #FCC5C0
Tints of Your Pink #FCC5C0
RGB
CMYK
RGB Variations
Color information
#FCC5C0 (or 0xFCC5C0) is known color: Your Pink. HEX triplet: FC, C5 and C0. RGB value is (252,197,192). Sum of RGB (Red+Green+Blue) = 252+197+192=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 197 (77.34% from 255 or 30.73% from 641); Blue value is 192 (75.39% from 255 or 29.95% from 641); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC5C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC5C0 is #033A3F. Grayscale: #D4D4D4. Windows color (decimal): -211520 or 12633596. OLE color: 12633596.
HSL color Cylindrical-coordinate representation of color #FCC5C0: hue angle of 5º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FCC5C0 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 197 | 192 | - |
CMYK | 0 | 0.22 | 0.24 | 0.01 |
HSL | 5º | 0.91% | 0.87% | - |
HSV(B) | 5º | 0.24% | 0.99% | - |
XYZ | 69.63 | 64.43 | 58.64 | - |
YUV | 212.88 | 116.22 | 155.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 197 | 192 | 0 | 0.22 | 0.24 | 0.01 | 5 | 0.91 | 0.87 |
Hex | FC | C5 | C0 | 0 | 16 | 18 | 1 | 5 | 5B | 57 |
Octal | 374 | 305 | 300 | 0 | 26 | 30 | 1 | 5 | 133 | 127 |
Binary | 11111100 | 11000101 | 11000000 | 0 | 10110 | 11000 | 1 | 101 | 1011011 | 1010111 |
Color Harmonies of #FCC5C0
Complementary color
Monochromatic Colors of #FCC5C0
Black with #FCC5C0
Text Example
Text Example
White with #FCC5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC5C0; }
p { color: rgb(252,197,192); }
H1.HeaderClassName
{
color: #FCC5C0;
}
.AnyTagClassName
{
color: #FCC5C0;
}
</style>
background-color css
<style>
a { background-color: #FCC5C0; }
a { background-color: rgb(252,197,192); }
div.DivClassName
{
background-color: #FCC5C0;
}
.BgClassName
{
background-color: #FCC5C0;
}
</style>
border-color css
<style>
span { border-color: #FCC5C0; }
span { border-color: rgb(252,197,192); }
td.TdClassName
{
border-color: #FCC5C0;
}
.TagClassName
{
border-color: #FCC5C0;
}
</style>