Shades of Mandys Pink #FABB8C
Tints of Mandys Pink #FABB8C
RGB
CMYK
RGB Variations
Color information
#FABB8C (or 0xFABB8C) is known color: Mandys Pink. HEX triplet: FA, BB and 8C. RGB value is (250,187,140). Sum of RGB (Red+Green+Blue) = 250+187+140=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 187 (73.44% from 255 or 32.41% from 577); Blue value is 140 (55.08% from 255 or 24.26% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABB8C is #054473. Grayscale: #C8C8C8. Windows color (decimal): -345204 or 9223162. OLE color: 9223162.
HSL color Cylindrical-coordinate representation of color #FABB8C: hue angle of 25.64º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FABB8C is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 140 | - |
| CMYK | 0 | 0.25 | 0.44 | 0.02 |
| HSL | 25.64º | 0.92% | 0.76% | - |
| HSV(B) | 25.64º | 0.44% | 0.98% | - |
| XYZ | 61.93 | 57.76 | 32.7 | - |
| YUV | 200.48 | 93.87 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 140 | 0 | 0.25 | 0.44 | 0.02 | 25.64 | 0.92 | 0.76 |
| Hex | FA | BB | 8C | 0 | 19 | 2C | 2 | 1A | 5C | 4C |
| Octal | 372 | 273 | 214 | 0 | 31 | 54 | 2 | 32 | 134 | 114 |
| Binary | 11111010 | 10111011 | 10001100 | 0 | 11001 | 101100 | 10 | 11010 | 1011100 | 1001100 |
Color Harmonies of #FABB8C
Complementary color
Monochromatic Colors of #FABB8C
Black with #FABB8C
Text Example
Text Example
White with #FABB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABB8C; }
p { color: rgb(250,187,140); }
H1.HeaderClassName
{
color: #FABB8C;
}
.AnyTagClassName
{
color: #FABB8C;
}
</style>
background-color css
<style>
a { background-color: #FABB8C; }
a { background-color: rgb(250,187,140); }
div.DivClassName
{
background-color: #FABB8C;
}
.BgClassName
{
background-color: #FABB8C;
}
</style>
border-color css
<style>
span { border-color: #FABB8C; }
span { border-color: rgb(250,187,140); }
td.TdClassName
{
border-color: #FABB8C;
}
.TagClassName
{
border-color: #FABB8C;
}
</style>