Shades of Rose Bud #FAB4A1
Tints of Rose Bud #FAB4A1
RGB
CMYK
RGB Variations
Color information
#FAB4A1 (or 0xFAB4A1) is known color: Rose Bud. HEX triplet: FA, B4 and A1. RGB value is (250,180,161). Sum of RGB (Red+Green+Blue) = 250+180+161=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 180 (70.70% from 255 or 30.46% from 591); Blue value is 161 (63.28% from 255 or 27.24% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB4A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB4A1 is #054B5E. Grayscale: #C6C6C6. Windows color (decimal): -346975 or 10597626. OLE color: 10597626.
HSL color Cylindrical-coordinate representation of color #FAB4A1: hue angle of 12.81º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAB4A1 is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 180 | 161 | - |
| CMYK | 0 | 0.28 | 0.36 | 0.02 |
| HSL | 12.81º | 0.9% | 0.81% | - |
| HSV(B) | 12.81º | 0.36% | 0.98% | - |
| XYZ | 62.18 | 55.54 | 41.16 | - |
| YUV | 198.76 | 106.69 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 180 | 161 | 0 | 0.28 | 0.36 | 0.02 | 12.81 | 0.9 | 0.81 |
| Hex | FA | B4 | A1 | 0 | 1C | 24 | 2 | D | 5A | 51 |
| Octal | 372 | 264 | 241 | 0 | 34 | 44 | 2 | 15 | 132 | 121 |
| Binary | 11111010 | 10110100 | 10100001 | 0 | 11100 | 100100 | 10 | 1101 | 1011010 | 1010001 |
Color Harmonies of #FAB4A1
Complementary color
Monochromatic Colors of #FAB4A1
Black with #FAB4A1
Text Example
Text Example
White with #FAB4A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB4A1; }
p { color: rgb(250,180,161); }
H1.HeaderClassName
{
color: #FAB4A1;
}
.AnyTagClassName
{
color: #FAB4A1;
}
</style>
background-color css
<style>
a { background-color: #FAB4A1; }
a { background-color: rgb(250,180,161); }
div.DivClassName
{
background-color: #FAB4A1;
}
.BgClassName
{
background-color: #FAB4A1;
}
</style>
border-color css
<style>
span { border-color: #FAB4A1; }
span { border-color: rgb(250,180,161); }
td.TdClassName
{
border-color: #FAB4A1;
}
.TagClassName
{
border-color: #FAB4A1;
}
</style>