Shades of Your Pink #F9C5BC
Tints of Your Pink #F9C5BC
RGB
CMYK
RGB Variations
Color information
#F9C5BC (or 0xF9C5BC) is known color: Your Pink. HEX triplet: F9, C5 and BC. RGB value is (249,197,188). Sum of RGB (Red+Green+Blue) = 249+197+188=634 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.27% from 634); Green value is 197 (77.34% from 255 or 31.07% from 634); Blue value is 188 (73.83% from 255 or 29.65% from 634); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C5BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C5BC is #063A43. Grayscale: #D3D3D3. Windows color (decimal): -408132 or 12371449. OLE color: 12371449.
HSL color Cylindrical-coordinate representation of color #F9C5BC: hue angle of 8.85º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9C5BC is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 197 | 188 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.02 |
| HSL | 8.85º | 0.84% | 0.86% | - |
| HSV(B) | 8.85º | 0.24% | 0.98% | - |
| XYZ | 68.11 | 63.7 | 56.28 | - |
| YUV | 211.52 | 114.73 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 197 | 188 | 0 | 0.21 | 0.24 | 0.02 | 8.85 | 0.84 | 0.86 |
| Hex | F9 | C5 | BC | 0 | 15 | 18 | 2 | 9 | 54 | 56 |
| Octal | 371 | 305 | 274 | 0 | 25 | 30 | 2 | 11 | 124 | 126 |
| Binary | 11111001 | 11000101 | 10111100 | 0 | 10101 | 11000 | 10 | 1001 | 1010100 | 1010110 |
Color Harmonies of #F9C5BC
Complementary color
Monochromatic Colors of #F9C5BC
Black with #F9C5BC
Text Example
Text Example
White with #F9C5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C5BC; }
p { color: rgb(249,197,188); }
H1.HeaderClassName
{
color: #F9C5BC;
}
.AnyTagClassName
{
color: #F9C5BC;
}
</style>
background-color css
<style>
a { background-color: #F9C5BC; }
a { background-color: rgb(249,197,188); }
div.DivClassName
{
background-color: #F9C5BC;
}
.BgClassName
{
background-color: #F9C5BC;
}
</style>
border-color css
<style>
span { border-color: #F9C5BC; }
span { border-color: rgb(249,197,188); }
td.TdClassName
{
border-color: #F9C5BC;
}
.TagClassName
{
border-color: #F9C5BC;
}
</style>