Shades of Rose Bud #FAA594
Tints of Rose Bud #FAA594
RGB
CMYK
RGB Variations
Color information
#FAA594 (or 0xFAA594) is known color: Rose Bud. HEX triplet: FA, A5 and 94. RGB value is (250,165,148). Sum of RGB (Red+Green+Blue) = 250+165+148=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 165 (64.84% from 255 or 29.31% from 563); Blue value is 148 (58.20% from 255 or 26.29% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA594 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA594 is #055A6B. Grayscale: #BCBCBC. Windows color (decimal): -350828 or 9741818. OLE color: 9741818.
HSL color Cylindrical-coordinate representation of color #FAA594: hue angle of 10º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FAA594 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 165 | 148 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.02 |
| HSL | 10º | 0.91% | 0.78% | - |
| HSV(B) | 10º | 0.41% | 0.98% | - |
| XYZ | 58.22 | 49.37 | 34.48 | - |
| YUV | 188.48 | 105.16 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 165 | 148 | 0 | 0.34 | 0.41 | 0.02 | 10 | 0.91 | 0.78 |
| Hex | FA | A5 | 94 | 0 | 22 | 29 | 2 | A | 5B | 4E |
| Octal | 372 | 245 | 224 | 0 | 42 | 51 | 2 | 12 | 133 | 116 |
| Binary | 11111010 | 10100101 | 10010100 | 0 | 100010 | 101001 | 10 | 1010 | 1011011 | 1001110 |
Color Harmonies of #FAA594
Complementary color
Monochromatic Colors of #FAA594
Black with #FAA594
Text Example
Text Example
White with #FAA594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA594; }
p { color: rgb(250,165,148); }
H1.HeaderClassName
{
color: #FAA594;
}
.AnyTagClassName
{
color: #FAA594;
}
</style>
background-color css
<style>
a { background-color: #FAA594; }
a { background-color: rgb(250,165,148); }
div.DivClassName
{
background-color: #FAA594;
}
.BgClassName
{
background-color: #FAA594;
}
</style>
border-color css
<style>
span { border-color: #FAA594; }
span { border-color: rgb(250,165,148); }
td.TdClassName
{
border-color: #FAA594;
}
.TagClassName
{
border-color: #FAA594;
}
</style>