Shades of Rose Bud #FAB3A2
Tints of Rose Bud #FAB3A2
RGB
CMYK
RGB Variations
Color information
#FAB3A2 (or 0xFAB3A2) is known color: Rose Bud. HEX triplet: FA, B3 and A2. RGB value is (250,179,162). Sum of RGB (Red+Green+Blue) = 250+179+162=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 179 (70.31% from 255 or 30.29% from 591); Blue value is 162 (63.67% from 255 or 27.41% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB3A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB3A2 is #054C5D. Grayscale: #C6C6C6. Windows color (decimal): -347230 or 10662906. OLE color: 10662906.
HSL color Cylindrical-coordinate representation of color #FAB3A2: hue angle of 11.59º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FAB3A2 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 162 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.02 |
| HSL | 11.59º | 0.9% | 0.81% | - |
| HSV(B) | 11.59º | 0.35% | 0.98% | - |
| XYZ | 62.07 | 55.17 | 41.56 | - |
| YUV | 198.29 | 107.52 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 162 | 0 | 0.28 | 0.35 | 0.02 | 11.59 | 0.9 | 0.81 |
| Hex | FA | B3 | A2 | 0 | 1C | 23 | 2 | C | 5A | 51 |
| Octal | 372 | 263 | 242 | 0 | 34 | 43 | 2 | 14 | 132 | 121 |
| Binary | 11111010 | 10110011 | 10100010 | 0 | 11100 | 100011 | 10 | 1100 | 1011010 | 1010001 |
Color Harmonies of #FAB3A2
Complementary color
Monochromatic Colors of #FAB3A2
Black with #FAB3A2
Text Example
Text Example
White with #FAB3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB3A2; }
p { color: rgb(250,179,162); }
H1.HeaderClassName
{
color: #FAB3A2;
}
.AnyTagClassName
{
color: #FAB3A2;
}
</style>
background-color css
<style>
a { background-color: #FAB3A2; }
a { background-color: rgb(250,179,162); }
div.DivClassName
{
background-color: #FAB3A2;
}
.BgClassName
{
background-color: #FAB3A2;
}
</style>
border-color css
<style>
span { border-color: #FAB3A2; }
span { border-color: rgb(250,179,162); }
td.TdClassName
{
border-color: #FAB3A2;
}
.TagClassName
{
border-color: #FAB3A2;
}
</style>