Shades of Mandys Pink #F3BE94
Tints of Mandys Pink #F3BE94
RGB
CMYK
RGB Variations
Color information
#F3BE94 (or 0xF3BE94) is known color: Mandys Pink. HEX triplet: F3, BE and 94. RGB value is (243,190,148). Sum of RGB (Red+Green+Blue) = 243+190+148=581 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.82% from 581); Green value is 190 (74.61% from 255 or 32.70% from 581); Blue value is 148 (58.20% from 255 or 25.47% from 581); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BE94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3BE94 is #0C416B. Grayscale: #C9C9C9. Windows color (decimal): -803180 or 9748211. OLE color: 9748211.
HSL color Cylindrical-coordinate representation of color #F3BE94: hue angle of 26.53º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F3BE94 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 190 | 148 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.05 |
| HSL | 26.53º | 0.8% | 0.77% | - |
| HSV(B) | 26.53º | 0.39% | 0.95% | - |
| XYZ | 60.72 | 58.02 | 36.02 | - |
| YUV | 201.06 | 98.06 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 190 | 148 | 0 | 0.22 | 0.39 | 0.05 | 26.53 | 0.8 | 0.77 |
| Hex | F3 | BE | 94 | 0 | 16 | 27 | 5 | 1B | 50 | 4D |
| Octal | 363 | 276 | 224 | 0 | 26 | 47 | 5 | 33 | 120 | 115 |
| Binary | 11110011 | 10111110 | 10010100 | 0 | 10110 | 100111 | 101 | 11011 | 1010000 | 1001101 |
Color Harmonies of #F3BE94
Complementary color
Monochromatic Colors of #F3BE94
Black with #F3BE94
Text Example
Text Example
White with #F3BE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BE94; }
p { color: rgb(243,190,148); }
H1.HeaderClassName
{
color: #F3BE94;
}
.AnyTagClassName
{
color: #F3BE94;
}
</style>
background-color css
<style>
a { background-color: #F3BE94; }
a { background-color: rgb(243,190,148); }
div.DivClassName
{
background-color: #F3BE94;
}
.BgClassName
{
background-color: #F3BE94;
}
</style>
border-color css
<style>
span { border-color: #F3BE94; }
span { border-color: rgb(243,190,148); }
td.TdClassName
{
border-color: #F3BE94;
}
.TagClassName
{
border-color: #F3BE94;
}
</style>