Shades of Rose Bud #FAA88B
Tints of Rose Bud #FAA88B
RGB
CMYK
RGB Variations
Color information
#FAA88B (or 0xFAA88B) is known color: Rose Bud. HEX triplet: FA, A8 and 8B. RGB value is (250,168,139). Sum of RGB (Red+Green+Blue) = 250+168+139=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 168 (66.02% from 255 or 30.16% from 557); Blue value is 139 (54.69% from 255 or 24.96% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA88B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA88B is #055774. Grayscale: #BDBDBD. Windows color (decimal): -350069 or 9152762. OLE color: 9152762.
HSL color Cylindrical-coordinate representation of color #FAA88B: hue angle of 15.68º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FAA88B is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 168 | 139 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.02 |
| HSL | 15.68º | 0.92% | 0.76% | - |
| HSV(B) | 15.68º | 0.44% | 0.98% | - |
| XYZ | 58.09 | 50.19 | 31.05 | - |
| YUV | 189.21 | 99.67 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 168 | 139 | 0 | 0.33 | 0.44 | 0.02 | 15.68 | 0.92 | 0.76 |
| Hex | FA | A8 | 8B | 0 | 21 | 2C | 2 | 10 | 5C | 4C |
| Octal | 372 | 250 | 213 | 0 | 41 | 54 | 2 | 20 | 134 | 114 |
| Binary | 11111010 | 10101000 | 10001011 | 0 | 100001 | 101100 | 10 | 10000 | 1011100 | 1001100 |
Color Harmonies of #FAA88B
Complementary color
Monochromatic Colors of #FAA88B
Black with #FAA88B
Text Example
Text Example
White with #FAA88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA88B; }
p { color: rgb(250,168,139); }
H1.HeaderClassName
{
color: #FAA88B;
}
.AnyTagClassName
{
color: #FAA88B;
}
</style>
background-color css
<style>
a { background-color: #FAA88B; }
a { background-color: rgb(250,168,139); }
div.DivClassName
{
background-color: #FAA88B;
}
.BgClassName
{
background-color: #FAA88B;
}
</style>
border-color css
<style>
span { border-color: #FAA88B; }
span { border-color: rgb(250,168,139); }
td.TdClassName
{
border-color: #FAA88B;
}
.TagClassName
{
border-color: #FAA88B;
}
</style>