Shades of Mandys Pink #F1BF98
Tints of Mandys Pink #F1BF98
RGB
CMYK
RGB Variations
Color information
#F1BF98 (or 0xF1BF98) is known color: Mandys Pink. HEX triplet: F1, BF and 98. RGB value is (241,191,152). Sum of RGB (Red+Green+Blue) = 241+191+152=584 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.27% from 584); Green value is 191 (75% from 255 or 32.71% from 584); Blue value is 152 (59.77% from 255 or 26.03% from 584); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BF98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BF98 is #0E4067. Grayscale: #C9C9C9. Windows color (decimal): -933992 or 10010609. OLE color: 10010609.
HSL color Cylindrical-coordinate representation of color #F1BF98: hue angle of 26.29º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F1BF98 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 191 | 152 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.05 |
| HSL | 26.29º | 0.76% | 0.77% | - |
| HSV(B) | 26.29º | 0.37% | 0.95% | - |
| XYZ | 60.57 | 58.23 | 37.75 | - |
| YUV | 201.5 | 100.07 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 191 | 152 | 0 | 0.21 | 0.37 | 0.05 | 26.29 | 0.76 | 0.77 |
| Hex | F1 | BF | 98 | 0 | 15 | 25 | 5 | 1A | 4C | 4D |
| Octal | 361 | 277 | 230 | 0 | 25 | 45 | 5 | 32 | 114 | 115 |
| Binary | 11110001 | 10111111 | 10011000 | 0 | 10101 | 100101 | 101 | 11010 | 1001100 | 1001101 |
Color Harmonies of #F1BF98
Complementary color
Monochromatic Colors of #F1BF98
Black with #F1BF98
Text Example
Text Example
White with #F1BF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BF98; }
p { color: rgb(241,191,152); }
H1.HeaderClassName
{
color: #F1BF98;
}
.AnyTagClassName
{
color: #F1BF98;
}
</style>
background-color css
<style>
a { background-color: #F1BF98; }
a { background-color: rgb(241,191,152); }
div.DivClassName
{
background-color: #F1BF98;
}
.BgClassName
{
background-color: #F1BF98;
}
</style>
border-color css
<style>
span { border-color: #F1BF98; }
span { border-color: rgb(241,191,152); }
td.TdClassName
{
border-color: #F1BF98;
}
.TagClassName
{
border-color: #F1BF98;
}
</style>