Shades of Mandys Pink #F1B294
Tints of Mandys Pink #F1B294
RGB
CMYK
RGB Variations
Color information
#F1B294 (or 0xF1B294) is known color: Mandys Pink. HEX triplet: F1, B2 and 94. RGB value is (241,178,148). Sum of RGB (Red+Green+Blue) = 241+178+148=567 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.50% from 567); Green value is 178 (69.92% from 255 or 31.39% from 567); Blue value is 148 (58.20% from 255 or 26.10% from 567); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B294 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1B294 is #0E4D6B. Grayscale: #C1C1C1. Windows color (decimal): -937324 or 9745137. OLE color: 9745137.
HSL color Cylindrical-coordinate representation of color #F1B294: hue angle of 19.35º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F1B294 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 178 | 148 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.05 |
| HSL | 19.35º | 0.77% | 0.76% | - |
| HSV(B) | 19.35º | 0.39% | 0.95% | - |
| XYZ | 57.54 | 52.68 | 35.15 | - |
| YUV | 193.42 | 102.37 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 178 | 148 | 0 | 0.26 | 0.39 | 0.05 | 19.35 | 0.77 | 0.76 |
| Hex | F1 | B2 | 94 | 0 | 1A | 27 | 5 | 13 | 4D | 4C |
| Octal | 361 | 262 | 224 | 0 | 32 | 47 | 5 | 23 | 115 | 114 |
| Binary | 11110001 | 10110010 | 10010100 | 0 | 11010 | 100111 | 101 | 10011 | 1001101 | 1001100 |
Color Harmonies of #F1B294
Complementary color
Monochromatic Colors of #F1B294
Black with #F1B294
Text Example
Text Example
White with #F1B294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B294; }
p { color: rgb(241,178,148); }
H1.HeaderClassName
{
color: #F1B294;
}
.AnyTagClassName
{
color: #F1B294;
}
</style>
background-color css
<style>
a { background-color: #F1B294; }
a { background-color: rgb(241,178,148); }
div.DivClassName
{
background-color: #F1B294;
}
.BgClassName
{
background-color: #F1B294;
}
</style>
border-color css
<style>
span { border-color: #F1B294; }
span { border-color: rgb(241,178,148); }
td.TdClassName
{
border-color: #F1B294;
}
.TagClassName
{
border-color: #F1B294;
}
</style>