Shades of Your Pink #F1C5BE
Tints of Your Pink #F1C5BE
RGB
CMYK
RGB Variations
Color information
#F1C5BE (or 0xF1C5BE) is known color: Your Pink. HEX triplet: F1, C5 and BE. RGB value is (241,197,190). Sum of RGB (Red+Green+Blue) = 241+197+190=628 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.38% from 628); Green value is 197 (77.34% from 255 or 31.37% from 628); Blue value is 190 (74.61% from 255 or 30.25% from 628); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C5BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C5BE is #0E3A41. Grayscale: #D1D1D1. Windows color (decimal): -932418 or 12502513. OLE color: 12502513.
HSL color Cylindrical-coordinate representation of color #F1C5BE: hue angle of 8.24º degrees, saturation: 0.65, 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 #F1C5BE is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 197 | 190 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.05 |
| HSL | 8.24º | 0.65% | 0.85% | - |
| HSV(B) | 8.24º | 0.21% | 0.95% | - |
| XYZ | 65.54 | 62.35 | 57.3 | - |
| YUV | 209.36 | 117.08 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 197 | 190 | 0 | 0.18 | 0.21 | 0.05 | 8.24 | 0.65 | 0.85 |
| Hex | F1 | C5 | BE | 0 | 12 | 15 | 5 | 8 | 41 | 55 |
| Octal | 361 | 305 | 276 | 0 | 22 | 25 | 5 | 10 | 101 | 125 |
| Binary | 11110001 | 11000101 | 10111110 | 0 | 10010 | 10101 | 101 | 1000 | 1000001 | 1010101 |
Color Harmonies of #F1C5BE
Complementary color
Monochromatic Colors of #F1C5BE
Black with #F1C5BE
Text Example
Text Example
White with #F1C5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C5BE; }
p { color: rgb(241,197,190); }
H1.HeaderClassName
{
color: #F1C5BE;
}
.AnyTagClassName
{
color: #F1C5BE;
}
</style>
background-color css
<style>
a { background-color: #F1C5BE; }
a { background-color: rgb(241,197,190); }
div.DivClassName
{
background-color: #F1C5BE;
}
.BgClassName
{
background-color: #F1C5BE;
}
</style>
border-color css
<style>
span { border-color: #F1C5BE; }
span { border-color: rgb(241,197,190); }
td.TdClassName
{
border-color: #F1C5BE;
}
.TagClassName
{
border-color: #F1C5BE;
}
</style>