Shades of Mandys Pink #FABB93
Tints of Mandys Pink #FABB93
RGB
CMYK
RGB Variations
Color information
#FABB93 (or 0xFABB93) is known color: Mandys Pink. HEX triplet: FA, BB and 93. RGB value is (250,187,147). Sum of RGB (Red+Green+Blue) = 250+187+147=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 147 (57.81% from 255 or 25.17% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABB93 is #05446C. Grayscale: #C9C9C9. Windows color (decimal): -345197 or 9681914. OLE color: 9681914.
HSL color Cylindrical-coordinate representation of color #FABB93: hue angle of 23.3º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FABB93 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 147 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.02 |
| HSL | 23.3º | 0.91% | 0.78% | - |
| HSV(B) | 23.3º | 0.41% | 0.98% | - |
| XYZ | 62.46 | 57.97 | 35.5 | - |
| YUV | 201.28 | 97.37 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 147 | 0 | 0.25 | 0.41 | 0.02 | 23.3 | 0.91 | 0.78 |
| Hex | FA | BB | 93 | 0 | 19 | 29 | 2 | 17 | 5B | 4E |
| Octal | 372 | 273 | 223 | 0 | 31 | 51 | 2 | 27 | 133 | 116 |
| Binary | 11111010 | 10111011 | 10010011 | 0 | 11001 | 101001 | 10 | 10111 | 1011011 | 1001110 |
Color Harmonies of #FABB93
Complementary color
Monochromatic Colors of #FABB93
Black with #FABB93
Text Example
Text Example
White with #FABB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABB93; }
p { color: rgb(250,187,147); }
H1.HeaderClassName
{
color: #FABB93;
}
.AnyTagClassName
{
color: #FABB93;
}
</style>
background-color css
<style>
a { background-color: #FABB93; }
a { background-color: rgb(250,187,147); }
div.DivClassName
{
background-color: #FABB93;
}
.BgClassName
{
background-color: #FABB93;
}
</style>
border-color css
<style>
span { border-color: #FABB93; }
span { border-color: rgb(250,187,147); }
td.TdClassName
{
border-color: #FABB93;
}
.TagClassName
{
border-color: #FABB93;
}
</style>