Shades of Your Pink #FCC4B9
Tints of Your Pink #FCC4B9
RGB
CMYK
RGB Variations
Color information
#FCC4B9 (or 0xFCC4B9) is known color: Your Pink. HEX triplet: FC, C4 and B9. RGB value is (252,196,185). Sum of RGB (Red+Green+Blue) = 252+196+185=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 196 (76.95% from 255 or 30.96% from 633); Blue value is 185 (72.66% from 255 or 29.23% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC4B9 is #033B46. Grayscale: #D3D3D3. Windows color (decimal): -211783 or 12174588. OLE color: 12174588.
HSL color Cylindrical-coordinate representation of color #FCC4B9: hue angle of 9.85º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCC4B9 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 185 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.01 |
| HSL | 9.85º | 0.92% | 0.86% | - |
| HSV(B) | 9.85º | 0.27% | 0.99% | - |
| XYZ | 68.64 | 63.68 | 54.57 | - |
| YUV | 211.49 | 113.05 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 185 | 0 | 0.22 | 0.27 | 0.01 | 9.85 | 0.92 | 0.86 |
| Hex | FC | C4 | B9 | 0 | 16 | 1B | 1 | A | 5C | 56 |
| Octal | 374 | 304 | 271 | 0 | 26 | 33 | 1 | 12 | 134 | 126 |
| Binary | 11111100 | 11000100 | 10111001 | 0 | 10110 | 11011 | 1 | 1010 | 1011100 | 1010110 |
Color Harmonies of #FCC4B9
Complementary color
Monochromatic Colors of #FCC4B9
Black with #FCC4B9
Text Example
Text Example
White with #FCC4B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC4B9; }
p { color: rgb(252,196,185); }
H1.HeaderClassName
{
color: #FCC4B9;
}
.AnyTagClassName
{
color: #FCC4B9;
}
</style>
background-color css
<style>
a { background-color: #FCC4B9; }
a { background-color: rgb(252,196,185); }
div.DivClassName
{
background-color: #FCC4B9;
}
.BgClassName
{
background-color: #FCC4B9;
}
</style>
border-color css
<style>
span { border-color: #FCC4B9; }
span { border-color: rgb(252,196,185); }
td.TdClassName
{
border-color: #FCC4B9;
}
.TagClassName
{
border-color: #FCC4B9;
}
</style>