Shades of Rose Bud #FAB1A2
Tints of Rose Bud #FAB1A2
RGB
CMYK
RGB Variations
Color information
#FAB1A2 (or 0xFAB1A2) is known color: Rose Bud. HEX triplet: FA, B1 and A2. RGB value is (250,177,162). Sum of RGB (Red+Green+Blue) = 250+177+162=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 177 (69.53% from 255 or 30.05% from 589); Blue value is 162 (63.67% from 255 or 27.50% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB1A2 is #054E5D. Grayscale: #C5C5C5. Windows color (decimal): -347742 or 10662394. OLE color: 10662394.
HSL color Cylindrical-coordinate representation of color #FAB1A2: hue angle of 10.23º 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 #FAB1A2 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 162 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.02 |
| HSL | 10.23º | 0.9% | 0.81% | - |
| HSV(B) | 10.23º | 0.35% | 0.98% | - |
| XYZ | 61.67 | 54.38 | 41.43 | - |
| YUV | 197.12 | 108.18 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 162 | 0 | 0.29 | 0.35 | 0.02 | 10.23 | 0.9 | 0.81 |
| Hex | FA | B1 | A2 | 0 | 1D | 23 | 2 | A | 5A | 51 |
| Octal | 372 | 261 | 242 | 0 | 35 | 43 | 2 | 12 | 132 | 121 |
| Binary | 11111010 | 10110001 | 10100010 | 0 | 11101 | 100011 | 10 | 1010 | 1011010 | 1010001 |
Color Harmonies of #FAB1A2
Complementary color
Monochromatic Colors of #FAB1A2
Black with #FAB1A2
Text Example
Text Example
White with #FAB1A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB1A2; }
p { color: rgb(250,177,162); }
H1.HeaderClassName
{
color: #FAB1A2;
}
.AnyTagClassName
{
color: #FAB1A2;
}
</style>
background-color css
<style>
a { background-color: #FAB1A2; }
a { background-color: rgb(250,177,162); }
div.DivClassName
{
background-color: #FAB1A2;
}
.BgClassName
{
background-color: #FAB1A2;
}
</style>
border-color css
<style>
span { border-color: #FAB1A2; }
span { border-color: rgb(250,177,162); }
td.TdClassName
{
border-color: #FAB1A2;
}
.TagClassName
{
border-color: #FAB1A2;
}
</style>