Shades of Your Pink #F9C1BE
Tints of Your Pink #F9C1BE
RGB
CMYK
RGB Variations
Color information
#F9C1BE (or 0xF9C1BE) is known color: Your Pink. HEX triplet: F9, C1 and BE. RGB value is (249,193,190). Sum of RGB (Red+Green+Blue) = 249+193+190=632 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.40% from 632); Green value is 193 (75.78% from 255 or 30.54% from 632); Blue value is 190 (74.61% from 255 or 30.06% from 632); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C1BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C1BE is #063E41. Grayscale: #D1D1D1. Windows color (decimal): -409154 or 12501497. OLE color: 12501497.
HSL color Cylindrical-coordinate representation of color #F9C1BE: hue angle of 3.05º degrees, saturation: 0.83, 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 #F9C1BE is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 193 | 190 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.02 |
| HSL | 3.05º | 0.83% | 0.86% | - |
| HSV(B) | 3.05º | 0.24% | 0.98% | - |
| XYZ | 67.43 | 62 | 57.13 | - |
| YUV | 209.4 | 117.05 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 193 | 190 | 0 | 0.22 | 0.24 | 0.02 | 3.05 | 0.83 | 0.86 |
| Hex | F9 | C1 | BE | 0 | 16 | 18 | 2 | 3 | 53 | 56 |
| Octal | 371 | 301 | 276 | 0 | 26 | 30 | 2 | 3 | 123 | 126 |
| Binary | 11111001 | 11000001 | 10111110 | 0 | 10110 | 11000 | 10 | 11 | 1010011 | 1010110 |
Color Harmonies of #F9C1BE
Complementary color
Monochromatic Colors of #F9C1BE
Black with #F9C1BE
Text Example
Text Example
White with #F9C1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C1BE; }
p { color: rgb(249,193,190); }
H1.HeaderClassName
{
color: #F9C1BE;
}
.AnyTagClassName
{
color: #F9C1BE;
}
</style>
background-color css
<style>
a { background-color: #F9C1BE; }
a { background-color: rgb(249,193,190); }
div.DivClassName
{
background-color: #F9C1BE;
}
.BgClassName
{
background-color: #F9C1BE;
}
</style>
border-color css
<style>
span { border-color: #F9C1BE; }
span { border-color: rgb(249,193,190); }
td.TdClassName
{
border-color: #F9C1BE;
}
.TagClassName
{
border-color: #F9C1BE;
}
</style>