Shades of Your Pink #F9C4BC
Tints of Your Pink #F9C4BC
RGB
CMYK
RGB Variations
Color information
#F9C4BC (or 0xF9C4BC) is known color: Your Pink. HEX triplet: F9, C4 and BC. RGB value is (249,196,188). Sum of RGB (Red+Green+Blue) = 249+196+188=633 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.34% from 633); Green value is 196 (76.95% from 255 or 30.96% from 633); Blue value is 188 (73.83% from 255 or 29.70% from 633); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C4BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C4BC is #063B43. Grayscale: #D3D3D3. Windows color (decimal): -408388 or 12371193. OLE color: 12371193.
HSL color Cylindrical-coordinate representation of color #F9C4BC: hue angle of 7.87º 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 #F9C4BC is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 196 | 188 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.02 |
| HSL | 7.87º | 0.84% | 0.86% | - |
| HSV(B) | 7.87º | 0.24% | 0.98% | - |
| XYZ | 67.88 | 63.25 | 56.21 | - |
| YUV | 210.94 | 115.06 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 196 | 188 | 0 | 0.21 | 0.24 | 0.02 | 7.87 | 0.84 | 0.86 |
| Hex | F9 | C4 | BC | 0 | 15 | 18 | 2 | 8 | 54 | 56 |
| Octal | 371 | 304 | 274 | 0 | 25 | 30 | 2 | 10 | 124 | 126 |
| Binary | 11111001 | 11000100 | 10111100 | 0 | 10101 | 11000 | 10 | 1000 | 1010100 | 1010110 |
Color Harmonies of #F9C4BC
Complementary color
Monochromatic Colors of #F9C4BC
Black with #F9C4BC
Text Example
Text Example
White with #F9C4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C4BC; }
p { color: rgb(249,196,188); }
H1.HeaderClassName
{
color: #F9C4BC;
}
.AnyTagClassName
{
color: #F9C4BC;
}
</style>
background-color css
<style>
a { background-color: #F9C4BC; }
a { background-color: rgb(249,196,188); }
div.DivClassName
{
background-color: #F9C4BC;
}
.BgClassName
{
background-color: #F9C4BC;
}
</style>
border-color css
<style>
span { border-color: #F9C4BC; }
span { border-color: rgb(249,196,188); }
td.TdClassName
{
border-color: #F9C4BC;
}
.TagClassName
{
border-color: #F9C4BC;
}
</style>