Shades of Rose Bud #FAA09B
Tints of Rose Bud #FAA09B
RGB
CMYK
RGB Variations
Color information
#FAA09B (or 0xFAA09B) is known color: Rose Bud. HEX triplet: FA, A0 and 9B. RGB value is (250,160,155). Sum of RGB (Red+Green+Blue) = 250+160+155=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 160 (62.89% from 255 or 28.32% from 565); Blue value is 155 (60.94% from 255 or 27.43% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA09B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA09B is #055F64. Grayscale: #BABABA. Windows color (decimal): -352101 or 10199290. OLE color: 10199290.
HSL color Cylindrical-coordinate representation of color #FAA09B: hue angle of 3.16º degrees, saturation: 0.9, 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 #FAA09B is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 160 | 155 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.02 |
| HSL | 3.16º | 0.9% | 0.79% | - |
| HSV(B) | 3.16º | 0.38% | 0.98% | - |
| XYZ | 57.91 | 47.83 | 37.19 | - |
| YUV | 186.34 | 110.32 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 160 | 155 | 0 | 0.36 | 0.38 | 0.02 | 3.16 | 0.9 | 0.79 |
| Hex | FA | A0 | 9B | 0 | 24 | 26 | 2 | 3 | 5A | 4F |
| Octal | 372 | 240 | 233 | 0 | 44 | 46 | 2 | 3 | 132 | 117 |
| Binary | 11111010 | 10100000 | 10011011 | 0 | 100100 | 100110 | 10 | 11 | 1011010 | 1001111 |
Color Harmonies of #FAA09B
Complementary color
Monochromatic Colors of #FAA09B
Black with #FAA09B
Text Example
Text Example
White with #FAA09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA09B; }
p { color: rgb(250,160,155); }
H1.HeaderClassName
{
color: #FAA09B;
}
.AnyTagClassName
{
color: #FAA09B;
}
</style>
background-color css
<style>
a { background-color: #FAA09B; }
a { background-color: rgb(250,160,155); }
div.DivClassName
{
background-color: #FAA09B;
}
.BgClassName
{
background-color: #FAA09B;
}
</style>
border-color css
<style>
span { border-color: #FAA09B; }
span { border-color: rgb(250,160,155); }
td.TdClassName
{
border-color: #FAA09B;
}
.TagClassName
{
border-color: #FAA09B;
}
</style>