Shades of Mandys Pink #F9B28A
Tints of Mandys Pink #F9B28A
RGB
CMYK
RGB Variations
Color information
#F9B28A (or 0xF9B28A) is known color: Mandys Pink. HEX triplet: F9, B2 and 8A. RGB value is (249,178,138). Sum of RGB (Red+Green+Blue) = 249+178+138=565 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.07% from 565); Green value is 178 (69.92% from 255 or 31.50% from 565); Blue value is 138 (54.30% from 255 or 24.42% from 565); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B28A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9B28A is #064D75. Grayscale: #C2C2C2. Windows color (decimal): -413046 or 9089785. OLE color: 9089785.
HSL color Cylindrical-coordinate representation of color #F9B28A: hue angle of 21.62º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F9B28A is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 178 | 138 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.02 |
| HSL | 21.62º | 0.9% | 0.76% | - |
| HSV(B) | 21.62º | 0.45% | 0.98% | - |
| XYZ | 59.57 | 53.82 | 31.29 | - |
| YUV | 194.67 | 96.02 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 178 | 138 | 0 | 0.29 | 0.45 | 0.02 | 21.62 | 0.9 | 0.76 |
| Hex | F9 | B2 | 8A | 0 | 1D | 2D | 2 | 16 | 5A | 4C |
| Octal | 371 | 262 | 212 | 0 | 35 | 55 | 2 | 26 | 132 | 114 |
| Binary | 11111001 | 10110010 | 10001010 | 0 | 11101 | 101101 | 10 | 10110 | 1011010 | 1001100 |
Color Harmonies of #F9B28A
Complementary color
Monochromatic Colors of #F9B28A
Black with #F9B28A
Text Example
Text Example
White with #F9B28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B28A; }
p { color: rgb(249,178,138); }
H1.HeaderClassName
{
color: #F9B28A;
}
.AnyTagClassName
{
color: #F9B28A;
}
</style>
background-color css
<style>
a { background-color: #F9B28A; }
a { background-color: rgb(249,178,138); }
div.DivClassName
{
background-color: #F9B28A;
}
.BgClassName
{
background-color: #F9B28A;
}
</style>
border-color css
<style>
span { border-color: #F9B28A; }
span { border-color: rgb(249,178,138); }
td.TdClassName
{
border-color: #F9B28A;
}
.TagClassName
{
border-color: #F9B28A;
}
</style>