Shades of Your Pink #FCC7BD
Tints of Your Pink #FCC7BD
RGB
CMYK
RGB Variations
Color information
#FCC7BD (or 0xFCC7BD) is known color: Your Pink. HEX triplet: FC, C7 and BD. RGB value is (252,199,189). Sum of RGB (Red+Green+Blue) = 252+199+189=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 199 (78.12% from 255 or 31.09% from 640); Blue value is 189 (74.22% from 255 or 29.53% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC7BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC7BD is #033842. Grayscale: #D5D5D5. Windows color (decimal): -211011 or 12437500. OLE color: 12437500.
HSL color Cylindrical-coordinate representation of color #FCC7BD: hue angle of 9.52º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCC7BD is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 199 | 189 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.01 |
| HSL | 9.52º | 0.91% | 0.86% | - |
| HSV(B) | 9.52º | 0.25% | 0.99% | - |
| XYZ | 69.75 | 65.22 | 57.06 | - |
| YUV | 213.71 | 114.06 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 199 | 189 | 0 | 0.21 | 0.25 | 0.01 | 9.52 | 0.91 | 0.86 |
| Hex | FC | C7 | BD | 0 | 15 | 19 | 1 | A | 5B | 56 |
| Octal | 374 | 307 | 275 | 0 | 25 | 31 | 1 | 12 | 133 | 126 |
| Binary | 11111100 | 11000111 | 10111101 | 0 | 10101 | 11001 | 1 | 1010 | 1011011 | 1010110 |
Color Harmonies of #FCC7BD
Complementary color
Monochromatic Colors of #FCC7BD
Black with #FCC7BD
Text Example
Text Example
White with #FCC7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC7BD; }
p { color: rgb(252,199,189); }
H1.HeaderClassName
{
color: #FCC7BD;
}
.AnyTagClassName
{
color: #FCC7BD;
}
</style>
background-color css
<style>
a { background-color: #FCC7BD; }
a { background-color: rgb(252,199,189); }
div.DivClassName
{
background-color: #FCC7BD;
}
.BgClassName
{
background-color: #FCC7BD;
}
</style>
border-color css
<style>
span { border-color: #FCC7BD; }
span { border-color: rgb(252,199,189); }
td.TdClassName
{
border-color: #FCC7BD;
}
.TagClassName
{
border-color: #FCC7BD;
}
</style>