Shades of Your Pink #F9CBC0
Tints of Your Pink #F9CBC0
RGB
CMYK
RGB Variations
Color information
#F9CBC0 (or 0xF9CBC0) is known color: Your Pink. HEX triplet: F9, CB and C0. RGB value is (249,203,192). Sum of RGB (Red+Green+Blue) = 249+203+192=644 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.66% from 644); Green value is 203 (79.69% from 255 or 31.52% from 644); Blue value is 192 (75.39% from 255 or 29.81% from 644); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CBC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CBC0 is #06343F. Grayscale: #D7D7D7. Windows color (decimal): -406592 or 12635129. OLE color: 12635129.
HSL color Cylindrical-coordinate representation of color #F9CBC0: hue angle of 11.58º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F9CBC0 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 203 | 192 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.02 |
| HSL | 11.58º | 0.83% | 0.86% | - |
| HSV(B) | 11.58º | 0.23% | 0.98% | - |
| XYZ | 69.94 | 66.66 | 59.05 | - |
| YUV | 215.5 | 114.74 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 203 | 192 | 0 | 0.18 | 0.23 | 0.02 | 11.58 | 0.83 | 0.86 |
| Hex | F9 | CB | C0 | 0 | 12 | 17 | 2 | C | 53 | 56 |
| Octal | 371 | 313 | 300 | 0 | 22 | 27 | 2 | 14 | 123 | 126 |
| Binary | 11111001 | 11001011 | 11000000 | 0 | 10010 | 10111 | 10 | 1100 | 1010011 | 1010110 |
Color Harmonies of #F9CBC0
Complementary color
Monochromatic Colors of #F9CBC0
Black with #F9CBC0
Text Example
Text Example
White with #F9CBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CBC0; }
p { color: rgb(249,203,192); }
H1.HeaderClassName
{
color: #F9CBC0;
}
.AnyTagClassName
{
color: #F9CBC0;
}
</style>
background-color css
<style>
a { background-color: #F9CBC0; }
a { background-color: rgb(249,203,192); }
div.DivClassName
{
background-color: #F9CBC0;
}
.BgClassName
{
background-color: #F9CBC0;
}
</style>
border-color css
<style>
span { border-color: #F9CBC0; }
span { border-color: rgb(249,203,192); }
td.TdClassName
{
border-color: #F9CBC0;
}
.TagClassName
{
border-color: #F9CBC0;
}
</style>