Shades of Your Pink #F1C3BE
Tints of Your Pink #F1C3BE
RGB
CMYK
RGB Variations
Color information
#F1C3BE (or 0xF1C3BE) is known color: Your Pink. HEX triplet: F1, C3 and BE. RGB value is (241,195,190). Sum of RGB (Red+Green+Blue) = 241+195+190=626 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.50% from 626); Green value is 195 (76.56% from 255 or 31.15% from 626); Blue value is 190 (74.61% from 255 or 30.35% from 626); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C3BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C3BE is #0E3C41. Grayscale: #D0D0D0. Windows color (decimal): -932930 or 12502001. OLE color: 12502001.
HSL color Cylindrical-coordinate representation of color #F1C3BE: hue angle of 5.88º 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 #F1C3BE is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 195 | 190 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.05 |
| HSL | 5.88º | 0.65% | 0.85% | - |
| HSV(B) | 5.88º | 0.21% | 0.95% | - |
| XYZ | 65.09 | 61.45 | 57.15 | - |
| YUV | 208.18 | 117.74 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 195 | 190 | 0 | 0.19 | 0.21 | 0.05 | 5.88 | 0.65 | 0.85 |
| Hex | F1 | C3 | BE | 0 | 13 | 15 | 5 | 6 | 41 | 55 |
| Octal | 361 | 303 | 276 | 0 | 23 | 25 | 5 | 6 | 101 | 125 |
| Binary | 11110001 | 11000011 | 10111110 | 0 | 10011 | 10101 | 101 | 110 | 1000001 | 1010101 |
Color Harmonies of #F1C3BE
Complementary color
Monochromatic Colors of #F1C3BE
Black with #F1C3BE
Text Example
Text Example
White with #F1C3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C3BE; }
p { color: rgb(241,195,190); }
H1.HeaderClassName
{
color: #F1C3BE;
}
.AnyTagClassName
{
color: #F1C3BE;
}
</style>
background-color css
<style>
a { background-color: #F1C3BE; }
a { background-color: rgb(241,195,190); }
div.DivClassName
{
background-color: #F1C3BE;
}
.BgClassName
{
background-color: #F1C3BE;
}
</style>
border-color css
<style>
span { border-color: #F1C3BE; }
span { border-color: rgb(241,195,190); }
td.TdClassName
{
border-color: #F1C3BE;
}
.TagClassName
{
border-color: #F1C3BE;
}
</style>