Shades of Mandys Pink #F4BDA3
Tints of Mandys Pink #F4BDA3
RGB
CMYK
RGB Variations
Color information
#F4BDA3 (or 0xF4BDA3) is known color: Mandys Pink. HEX triplet: F4, BD and A3. RGB value is (244,189,163). Sum of RGB (Red+Green+Blue) = 244+189+163=596 (78% of max value = 765). Red value is 244 (95.70% from 255 or 40.94% from 596); Green value is 189 (74.22% from 255 or 31.71% from 596); Blue value is 163 (64.06% from 255 or 27.35% from 596); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BDA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4BDA3 is #0B425C. Grayscale: #CACACA. Windows color (decimal): -737885 or 10730996. OLE color: 10730996.
HSL color Cylindrical-coordinate representation of color #F4BDA3: hue angle of 19.26º degrees, saturation: 0.79, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F4BDA3 is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 189 | 163 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.04 |
| HSL | 19.26º | 0.79% | 0.8% | - |
| HSV(B) | 19.26º | 0.33% | 0.96% | - |
| XYZ | 62.12 | 58.27 | 42.62 | - |
| YUV | 202.48 | 105.72 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 189 | 163 | 0 | 0.23 | 0.33 | 0.04 | 19.26 | 0.79 | 0.8 |
| Hex | F4 | BD | A3 | 0 | 17 | 21 | 4 | 13 | 4F | 50 |
| Octal | 364 | 275 | 243 | 0 | 27 | 41 | 4 | 23 | 117 | 120 |
| Binary | 11110100 | 10111101 | 10100011 | 0 | 10111 | 100001 | 100 | 10011 | 1001111 | 1010000 |
Color Harmonies of #F4BDA3
Complementary color
Monochromatic Colors of #F4BDA3
Black with #F4BDA3
Text Example
Text Example
White with #F4BDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BDA3; }
p { color: rgb(244,189,163); }
H1.HeaderClassName
{
color: #F4BDA3;
}
.AnyTagClassName
{
color: #F4BDA3;
}
</style>
background-color css
<style>
a { background-color: #F4BDA3; }
a { background-color: rgb(244,189,163); }
div.DivClassName
{
background-color: #F4BDA3;
}
.BgClassName
{
background-color: #F4BDA3;
}
</style>
border-color css
<style>
span { border-color: #F4BDA3; }
span { border-color: rgb(244,189,163); }
td.TdClassName
{
border-color: #F4BDA3;
}
.TagClassName
{
border-color: #F4BDA3;
}
</style>