Shades of Your Pink #F1C5BD
Tints of Your Pink #F1C5BD
RGB
CMYK
RGB Variations
Color information
#F1C5BD (or 0xF1C5BD) is known color: Your Pink. HEX triplet: F1, C5 and BD. RGB value is (241,197,189). Sum of RGB (Red+Green+Blue) = 241+197+189=627 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.44% from 627); Green value is 197 (77.34% from 255 or 31.42% from 627); Blue value is 189 (74.22% from 255 or 30.14% from 627); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C5BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C5BD is #0E3A42. Grayscale: #D1D1D1. Windows color (decimal): -932419 or 12436977. OLE color: 12436977.
HSL color Cylindrical-coordinate representation of color #F1C5BD: hue angle of 9.23º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F1C5BD is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 197 | 189 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.05 |
| HSL | 9.23º | 0.65% | 0.84% | - |
| HSV(B) | 9.23º | 0.22% | 0.95% | - |
| XYZ | 65.43 | 62.31 | 56.72 | - |
| YUV | 209.24 | 116.58 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 197 | 189 | 0 | 0.18 | 0.22 | 0.05 | 9.23 | 0.65 | 0.84 |
| Hex | F1 | C5 | BD | 0 | 12 | 16 | 5 | 9 | 41 | 54 |
| Octal | 361 | 305 | 275 | 0 | 22 | 26 | 5 | 11 | 101 | 124 |
| Binary | 11110001 | 11000101 | 10111101 | 0 | 10010 | 10110 | 101 | 1001 | 1000001 | 1010100 |
Color Harmonies of #F1C5BD
Complementary color
Monochromatic Colors of #F1C5BD
Black with #F1C5BD
Text Example
Text Example
White with #F1C5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C5BD; }
p { color: rgb(241,197,189); }
H1.HeaderClassName
{
color: #F1C5BD;
}
.AnyTagClassName
{
color: #F1C5BD;
}
</style>
background-color css
<style>
a { background-color: #F1C5BD; }
a { background-color: rgb(241,197,189); }
div.DivClassName
{
background-color: #F1C5BD;
}
.BgClassName
{
background-color: #F1C5BD;
}
</style>
border-color css
<style>
span { border-color: #F1C5BD; }
span { border-color: rgb(241,197,189); }
td.TdClassName
{
border-color: #F1C5BD;
}
.TagClassName
{
border-color: #F1C5BD;
}
</style>