Shades of Rose Bud #FBA09A
Tints of Rose Bud #FBA09A
RGB
CMYK
RGB Variations
Color information
#FBA09A (or 0xFBA09A) is known color: Rose Bud. HEX triplet: FB, A0 and 9A. RGB value is (251,160,154). Sum of RGB (Red+Green+Blue) = 251+160+154=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 160 (62.89% from 255 or 28.32% from 565); Blue value is 154 (60.55% from 255 or 27.26% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA09A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA09A is #045F65. Grayscale: #BABABA. Windows color (decimal): -286566 or 10133755. OLE color: 10133755.
HSL color Cylindrical-coordinate representation of color #FBA09A: hue angle of 3.71º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FBA09A is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 160 | 154 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.02 |
| HSL | 3.71º | 0.92% | 0.79% | - |
| HSV(B) | 3.71º | 0.39% | 0.98% | - |
| XYZ | 58.19 | 47.98 | 36.77 | - |
| YUV | 186.53 | 109.65 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 160 | 154 | 0 | 0.36 | 0.39 | 0.02 | 3.71 | 0.92 | 0.79 |
| Hex | FB | A0 | 9A | 0 | 24 | 27 | 2 | 4 | 5C | 4F |
| Octal | 373 | 240 | 232 | 0 | 44 | 47 | 2 | 4 | 134 | 117 |
| Binary | 11111011 | 10100000 | 10011010 | 0 | 100100 | 100111 | 10 | 100 | 1011100 | 1001111 |
Color Harmonies of #FBA09A
Complementary color
Monochromatic Colors of #FBA09A
Black with #FBA09A
Text Example
Text Example
White with #FBA09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA09A; }
p { color: rgb(251,160,154); }
H1.HeaderClassName
{
color: #FBA09A;
}
.AnyTagClassName
{
color: #FBA09A;
}
</style>
background-color css
<style>
a { background-color: #FBA09A; }
a { background-color: rgb(251,160,154); }
div.DivClassName
{
background-color: #FBA09A;
}
.BgClassName
{
background-color: #FBA09A;
}
</style>
border-color css
<style>
span { border-color: #FBA09A; }
span { border-color: rgb(251,160,154); }
td.TdClassName
{
border-color: #FBA09A;
}
.TagClassName
{
border-color: #FBA09A;
}
</style>