Shades of Mandys Pink #F1B88F
Tints of Mandys Pink #F1B88F
RGB
CMYK
RGB Variations
Color information
#F1B88F (or 0xF1B88F) is known color: Mandys Pink. HEX triplet: F1, B8 and 8F. RGB value is (241,184,143). Sum of RGB (Red+Green+Blue) = 241+184+143=568 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.43% from 568); Green value is 184 (72.27% from 255 or 32.39% from 568); Blue value is 143 (56.25% from 255 or 25.18% from 568); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B88F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B88F is #0E4770. Grayscale: #C4C4C4. Windows color (decimal): -935793 or 9418993. OLE color: 9418993.
HSL color Cylindrical-coordinate representation of color #F1B88F: hue angle of 25.1º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F1B88F is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 184 | 143 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.05 |
| HSL | 25.1º | 0.78% | 0.75% | - |
| HSV(B) | 25.1º | 0.41% | 0.95% | - |
| XYZ | 58.37 | 54.96 | 33.52 | - |
| YUV | 196.37 | 97.88 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 184 | 143 | 0 | 0.24 | 0.41 | 0.05 | 25.1 | 0.78 | 0.75 |
| Hex | F1 | B8 | 8F | 0 | 18 | 29 | 5 | 19 | 4E | 4B |
| Octal | 361 | 270 | 217 | 0 | 30 | 51 | 5 | 31 | 116 | 113 |
| Binary | 11110001 | 10111000 | 10001111 | 0 | 11000 | 101001 | 101 | 11001 | 1001110 | 1001011 |
Color Harmonies of #F1B88F
Complementary color
Monochromatic Colors of #F1B88F
Black with #F1B88F
Text Example
Text Example
White with #F1B88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B88F; }
p { color: rgb(241,184,143); }
H1.HeaderClassName
{
color: #F1B88F;
}
.AnyTagClassName
{
color: #F1B88F;
}
</style>
background-color css
<style>
a { background-color: #F1B88F; }
a { background-color: rgb(241,184,143); }
div.DivClassName
{
background-color: #F1B88F;
}
.BgClassName
{
background-color: #F1B88F;
}
</style>
border-color css
<style>
span { border-color: #F1B88F; }
span { border-color: rgb(241,184,143); }
td.TdClassName
{
border-color: #F1B88F;
}
.TagClassName
{
border-color: #F1B88F;
}
</style>