Shades of Your Pink #F1C4BD
Tints of Your Pink #F1C4BD
RGB
CMYK
RGB Variations
Color information
#F1C4BD (or 0xF1C4BD) is known color: Your Pink. HEX triplet: F1, C4 and BD. RGB value is (241,196,189). Sum of RGB (Red+Green+Blue) = 241+196+189=626 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.50% from 626); Green value is 196 (76.95% from 255 or 31.31% from 626); Blue value is 189 (74.22% from 255 or 30.19% from 626); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C4BD is #0E3B42. Grayscale: #D0D0D0. Windows color (decimal): -932675 or 12436721. OLE color: 12436721.
HSL color Cylindrical-coordinate representation of color #F1C4BD: hue angle of 8.08º 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 #F1C4BD is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 196 | 189 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.05 |
| HSL | 8.08º | 0.65% | 0.84% | - |
| HSV(B) | 8.08º | 0.22% | 0.95% | - |
| XYZ | 65.2 | 61.85 | 56.65 | - |
| YUV | 208.66 | 116.91 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 196 | 189 | 0 | 0.19 | 0.22 | 0.05 | 8.08 | 0.65 | 0.84 |
| Hex | F1 | C4 | BD | 0 | 13 | 16 | 5 | 8 | 41 | 54 |
| Octal | 361 | 304 | 275 | 0 | 23 | 26 | 5 | 10 | 101 | 124 |
| Binary | 11110001 | 11000100 | 10111101 | 0 | 10011 | 10110 | 101 | 1000 | 1000001 | 1010100 |
Color Harmonies of #F1C4BD
Complementary color
Monochromatic Colors of #F1C4BD
Black with #F1C4BD
Text Example
Text Example
White with #F1C4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C4BD; }
p { color: rgb(241,196,189); }
H1.HeaderClassName
{
color: #F1C4BD;
}
.AnyTagClassName
{
color: #F1C4BD;
}
</style>
background-color css
<style>
a { background-color: #F1C4BD; }
a { background-color: rgb(241,196,189); }
div.DivClassName
{
background-color: #F1C4BD;
}
.BgClassName
{
background-color: #F1C4BD;
}
</style>
border-color css
<style>
span { border-color: #F1C4BD; }
span { border-color: rgb(241,196,189); }
td.TdClassName
{
border-color: #F1C4BD;
}
.TagClassName
{
border-color: #F1C4BD;
}
</style>