Shades of Mandys Pink #FABD8C
Tints of Mandys Pink #FABD8C
RGB
CMYK
RGB Variations
Color information
#FABD8C (or 0xFABD8C) is known color: Mandys Pink. HEX triplet: FA, BD and 8C. RGB value is (250,189,140). Sum of RGB (Red+Green+Blue) = 250+189+140=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 140 (55.08% from 255 or 24.18% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FABD8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABD8C is #054273. Grayscale: #C9C9C9. Windows color (decimal): -344692 or 9223674. OLE color: 9223674.
HSL color Cylindrical-coordinate representation of color #FABD8C: hue angle of 26.73º 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 #FABD8C is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 140 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.02 |
| HSL | 26.73º | 0.92% | 0.76% | - |
| HSV(B) | 26.73º | 0.44% | 0.98% | - |
| XYZ | 62.36 | 58.61 | 32.84 | - |
| YUV | 201.65 | 93.21 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 140 | 0 | 0.24 | 0.44 | 0.02 | 26.73 | 0.92 | 0.76 |
| Hex | FA | BD | 8C | 0 | 18 | 2C | 2 | 1B | 5C | 4C |
| Octal | 372 | 275 | 214 | 0 | 30 | 54 | 2 | 33 | 134 | 114 |
| Binary | 11111010 | 10111101 | 10001100 | 0 | 11000 | 101100 | 10 | 11011 | 1011100 | 1001100 |
Color Harmonies of #FABD8C
Complementary color
Monochromatic Colors of #FABD8C
Black with #FABD8C
Text Example
Text Example
White with #FABD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABD8C; }
p { color: rgb(250,189,140); }
H1.HeaderClassName
{
color: #FABD8C;
}
.AnyTagClassName
{
color: #FABD8C;
}
</style>
background-color css
<style>
a { background-color: #FABD8C; }
a { background-color: rgb(250,189,140); }
div.DivClassName
{
background-color: #FABD8C;
}
.BgClassName
{
background-color: #FABD8C;
}
</style>
border-color css
<style>
span { border-color: #FABD8C; }
span { border-color: rgb(250,189,140); }
td.TdClassName
{
border-color: #FABD8C;
}
.TagClassName
{
border-color: #FABD8C;
}
</style>