Shades of Rose Bud #FAA898
Tints of Rose Bud #FAA898
RGB
CMYK
RGB Variations
Color information
#FAA898 (or 0xFAA898) is known color: Rose Bud. HEX triplet: FA, A8 and 98. RGB value is (250,168,152). Sum of RGB (Red+Green+Blue) = 250+168+152=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 168 (66.02% from 255 or 29.47% from 570); Blue value is 152 (59.77% from 255 or 26.67% from 570); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA898 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA898 is #055767. Grayscale: #BEBEBE. Windows color (decimal): -350056 or 10004730. OLE color: 10004730.
HSL color Cylindrical-coordinate representation of color #FAA898: hue angle of 9.8º degrees, saturation: 0.91, 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 #FAA898 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 168 | 152 | - |
| CMYK | 0 | 0.33 | 0.39 | 0.02 |
| HSL | 9.8º | 0.91% | 0.79% | - |
| HSV(B) | 9.8º | 0.39% | 0.98% | - |
| XYZ | 59.09 | 50.6 | 36.36 | - |
| YUV | 190.69 | 106.17 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 168 | 152 | 0 | 0.33 | 0.39 | 0.02 | 9.8 | 0.91 | 0.79 |
| Hex | FA | A8 | 98 | 0 | 21 | 27 | 2 | A | 5B | 4F |
| Octal | 372 | 250 | 230 | 0 | 41 | 47 | 2 | 12 | 133 | 117 |
| Binary | 11111010 | 10101000 | 10011000 | 0 | 100001 | 100111 | 10 | 1010 | 1011011 | 1001111 |
Color Harmonies of #FAA898
Complementary color
Monochromatic Colors of #FAA898
Black with #FAA898
Text Example
Text Example
White with #FAA898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA898; }
p { color: rgb(250,168,152); }
H1.HeaderClassName
{
color: #FAA898;
}
.AnyTagClassName
{
color: #FAA898;
}
</style>
background-color css
<style>
a { background-color: #FAA898; }
a { background-color: rgb(250,168,152); }
div.DivClassName
{
background-color: #FAA898;
}
.BgClassName
{
background-color: #FAA898;
}
</style>
border-color css
<style>
span { border-color: #FAA898; }
span { border-color: rgb(250,168,152); }
td.TdClassName
{
border-color: #FAA898;
}
.TagClassName
{
border-color: #FAA898;
}
</style>