Shades of Your Pink #F1C5BF
Tints of Your Pink #F1C5BF
RGB
CMYK
RGB Variations
Color information
#F1C5BF (or 0xF1C5BF) is known color: Your Pink. HEX triplet: F1, C5 and BF. RGB value is (241,197,191). Sum of RGB (Red+Green+Blue) = 241+197+191=629 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.31% from 629); Green value is 197 (77.34% from 255 or 31.32% from 629); Blue value is 191 (75% from 255 or 30.37% from 629); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C5BF is #0E3A40. Grayscale: #D1D1D1. Windows color (decimal): -932417 or 12568049. OLE color: 12568049.
HSL color Cylindrical-coordinate representation of color #F1C5BF: hue angle of 7.2º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F1C5BF is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 197 | 191 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.05 |
| HSL | 7.2º | 0.64% | 0.85% | - |
| HSV(B) | 7.2º | 0.21% | 0.95% | - |
| XYZ | 65.65 | 62.39 | 57.87 | - |
| YUV | 209.47 | 117.58 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 197 | 191 | 0 | 0.18 | 0.21 | 0.05 | 7.2 | 0.64 | 0.85 |
| Hex | F1 | C5 | BF | 0 | 12 | 15 | 5 | 7 | 40 | 55 |
| Octal | 361 | 305 | 277 | 0 | 22 | 25 | 5 | 7 | 100 | 125 |
| Binary | 11110001 | 11000101 | 10111111 | 0 | 10010 | 10101 | 101 | 111 | 1000000 | 1010101 |
Color Harmonies of #F1C5BF
Complementary color
Monochromatic Colors of #F1C5BF
Black with #F1C5BF
Text Example
Text Example
White with #F1C5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C5BF; }
p { color: rgb(241,197,191); }
H1.HeaderClassName
{
color: #F1C5BF;
}
.AnyTagClassName
{
color: #F1C5BF;
}
</style>
background-color css
<style>
a { background-color: #F1C5BF; }
a { background-color: rgb(241,197,191); }
div.DivClassName
{
background-color: #F1C5BF;
}
.BgClassName
{
background-color: #F1C5BF;
}
</style>
border-color css
<style>
span { border-color: #F1C5BF; }
span { border-color: rgb(241,197,191); }
td.TdClassName
{
border-color: #F1C5BF;
}
.TagClassName
{
border-color: #F1C5BF;
}
</style>