Shades of Mandys Pink #FAB29A
Tints of Mandys Pink #FAB29A
RGB
CMYK
RGB Variations
Color information
#FAB29A (or 0xFAB29A) is known color: Mandys Pink. HEX triplet: FA, B2 and 9A. RGB value is (250,178,154). Sum of RGB (Red+Green+Blue) = 250+178+154=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 178 (69.92% from 255 or 30.58% from 582); Blue value is 154 (60.55% from 255 or 26.46% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB29A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB29A is #054D65. Grayscale: #C4C4C4. Windows color (decimal): -347494 or 10138362. OLE color: 10138362.
HSL color Cylindrical-coordinate representation of color #FAB29A: hue angle of 15º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FAB29A is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 178 | 154 | - |
CMYK | 0 | 0.29 | 0.38 | 0.02 |
HSL | 15º | 0.91% | 0.79% | - |
HSV(B) | 15º | 0.38% | 0.98% | - |
XYZ | 61.18 | 54.5 | 37.87 | - |
YUV | 196.79 | 103.85 | 165.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 178 | 154 | 0 | 0.29 | 0.38 | 0.02 | 15 | 0.91 | 0.79 |
Hex | FA | B2 | 9A | 0 | 1D | 26 | 2 | F | 5B | 4F |
Octal | 372 | 262 | 232 | 0 | 35 | 46 | 2 | 17 | 133 | 117 |
Binary | 11111010 | 10110010 | 10011010 | 0 | 11101 | 100110 | 10 | 1111 | 1011011 | 1001111 |
Color Harmonies of #FAB29A
Complementary color
Monochromatic Colors of #FAB29A
Black with #FAB29A
Text Example
Text Example
White with #FAB29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB29A; }
p { color: rgb(250,178,154); }
H1.HeaderClassName
{
color: #FAB29A;
}
.AnyTagClassName
{
color: #FAB29A;
}
</style>
background-color css
<style>
a { background-color: #FAB29A; }
a { background-color: rgb(250,178,154); }
div.DivClassName
{
background-color: #FAB29A;
}
.BgClassName
{
background-color: #FAB29A;
}
</style>
border-color css
<style>
span { border-color: #FAB29A; }
span { border-color: rgb(250,178,154); }
td.TdClassName
{
border-color: #FAB29A;
}
.TagClassName
{
border-color: #FAB29A;
}
</style>