Shades of Your Pink #F9C5BF
Tints of Your Pink #F9C5BF
RGB
CMYK
RGB Variations
Color information
#F9C5BF (or 0xF9C5BF) is known color: Your Pink. HEX triplet: F9, C5 and BF. RGB value is (249,197,191). Sum of RGB (Red+Green+Blue) = 249+197+191=637 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.09% from 637); Green value is 197 (77.34% from 255 or 30.93% from 637); Blue value is 191 (75% from 255 or 29.98% from 637); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C5BF is #063A40. Grayscale: #D3D3D3. Windows color (decimal): -408129 or 12568057. OLE color: 12568057.
HSL color Cylindrical-coordinate representation of color #F9C5BF: hue angle of 6.21º 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 #F9C5BF is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 197 | 191 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.02 |
| HSL | 6.21º | 0.83% | 0.86% | - |
| HSV(B) | 6.21º | 0.23% | 0.98% | - |
| XYZ | 68.44 | 63.83 | 58 | - |
| YUV | 211.86 | 116.23 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 197 | 191 | 0 | 0.21 | 0.23 | 0.02 | 6.21 | 0.83 | 0.86 |
| Hex | F9 | C5 | BF | 0 | 15 | 17 | 2 | 6 | 53 | 56 |
| Octal | 371 | 305 | 277 | 0 | 25 | 27 | 2 | 6 | 123 | 126 |
| Binary | 11111001 | 11000101 | 10111111 | 0 | 10101 | 10111 | 10 | 110 | 1010011 | 1010110 |
Color Harmonies of #F9C5BF
Complementary color
Monochromatic Colors of #F9C5BF
Black with #F9C5BF
Text Example
Text Example
White with #F9C5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C5BF; }
p { color: rgb(249,197,191); }
H1.HeaderClassName
{
color: #F9C5BF;
}
.AnyTagClassName
{
color: #F9C5BF;
}
</style>
background-color css
<style>
a { background-color: #F9C5BF; }
a { background-color: rgb(249,197,191); }
div.DivClassName
{
background-color: #F9C5BF;
}
.BgClassName
{
background-color: #F9C5BF;
}
</style>
border-color css
<style>
span { border-color: #F9C5BF; }
span { border-color: rgb(249,197,191); }
td.TdClassName
{
border-color: #F9C5BF;
}
.TagClassName
{
border-color: #F9C5BF;
}
</style>