Shades of Mandys Pink #F1BF9C
Tints of Mandys Pink #F1BF9C
RGB
CMYK
RGB Variations
Color information
#F1BF9C (or 0xF1BF9C) is known color: Mandys Pink. HEX triplet: F1, BF and 9C. RGB value is (241,191,156). Sum of RGB (Red+Green+Blue) = 241+191+156=588 (77% of max value = 765). Red value is 241 (94.53% from 255 or 40.99% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 156 (61.33% from 255 or 26.53% from 588); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BF9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BF9C is #0E4063. Grayscale: #CACACA. Windows color (decimal): -933988 or 10272753. OLE color: 10272753.
HSL color Cylindrical-coordinate representation of color #F1BF9C: hue angle of 24.71º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F1BF9C is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 191 | 156 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.05 |
| HSL | 24.71º | 0.75% | 0.78% | - |
| HSV(B) | 24.71º | 0.35% | 0.95% | - |
| XYZ | 60.91 | 58.36 | 39.51 | - |
| YUV | 201.96 | 102.07 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 191 | 156 | 0 | 0.21 | 0.35 | 0.05 | 24.71 | 0.75 | 0.78 |
| Hex | F1 | BF | 9C | 0 | 15 | 23 | 5 | 19 | 4B | 4E |
| Octal | 361 | 277 | 234 | 0 | 25 | 43 | 5 | 31 | 113 | 116 |
| Binary | 11110001 | 10111111 | 10011100 | 0 | 10101 | 100011 | 101 | 11001 | 1001011 | 1001110 |
Color Harmonies of #F1BF9C
Complementary color
Monochromatic Colors of #F1BF9C
Black with #F1BF9C
Text Example
Text Example
White with #F1BF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BF9C; }
p { color: rgb(241,191,156); }
H1.HeaderClassName
{
color: #F1BF9C;
}
.AnyTagClassName
{
color: #F1BF9C;
}
</style>
background-color css
<style>
a { background-color: #F1BF9C; }
a { background-color: rgb(241,191,156); }
div.DivClassName
{
background-color: #F1BF9C;
}
.BgClassName
{
background-color: #F1BF9C;
}
</style>
border-color css
<style>
span { border-color: #F1BF9C; }
span { border-color: rgb(241,191,156); }
td.TdClassName
{
border-color: #F1BF9C;
}
.TagClassName
{
border-color: #F1BF9C;
}
</style>