Shades of Rose Bud #FAA098
Tints of Rose Bud #FAA098
RGB
CMYK
RGB Variations
Color information
#FAA098 (or 0xFAA098) is known color: Rose Bud. HEX triplet: FA, A0 and 98. RGB value is (250,160,152). Sum of RGB (Red+Green+Blue) = 250+160+152=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 160 (62.89% from 255 or 28.47% from 562); Blue value is 152 (59.77% from 255 or 27.05% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA098 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA098 is #055F67. Grayscale: #BABABA. Windows color (decimal): -352104 or 10002682. OLE color: 10002682.
HSL color Cylindrical-coordinate representation of color #FAA098: hue angle of 4.9º 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 #FAA098 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 160 | 152 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.02 |
| HSL | 4.9º | 0.91% | 0.79% | - |
| HSV(B) | 4.9º | 0.39% | 0.98% | - |
| XYZ | 57.66 | 47.73 | 35.88 | - |
| YUV | 186 | 108.82 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 160 | 152 | 0 | 0.36 | 0.39 | 0.02 | 4.9 | 0.91 | 0.79 |
| Hex | FA | A0 | 98 | 0 | 24 | 27 | 2 | 5 | 5B | 4F |
| Octal | 372 | 240 | 230 | 0 | 44 | 47 | 2 | 5 | 133 | 117 |
| Binary | 11111010 | 10100000 | 10011000 | 0 | 100100 | 100111 | 10 | 101 | 1011011 | 1001111 |
Color Harmonies of #FAA098
Complementary color
Monochromatic Colors of #FAA098
Black with #FAA098
Text Example
Text Example
White with #FAA098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA098; }
p { color: rgb(250,160,152); }
H1.HeaderClassName
{
color: #FAA098;
}
.AnyTagClassName
{
color: #FAA098;
}
</style>
background-color css
<style>
a { background-color: #FAA098; }
a { background-color: rgb(250,160,152); }
div.DivClassName
{
background-color: #FAA098;
}
.BgClassName
{
background-color: #FAA098;
}
</style>
border-color css
<style>
span { border-color: #FAA098; }
span { border-color: rgb(250,160,152); }
td.TdClassName
{
border-color: #FAA098;
}
.TagClassName
{
border-color: #FAA098;
}
</style>