Shades of Rose Bud #FAAA93
Tints of Rose Bud #FAAA93
RGB
CMYK
RGB Variations
Color information
#FAAA93 (or 0xFAAA93) is known color: Rose Bud. HEX triplet: FA, AA and 93. RGB value is (250,170,147). Sum of RGB (Red+Green+Blue) = 250+170+147=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 170 (66.80% from 255 or 29.98% from 567); Blue value is 147 (57.81% from 255 or 25.93% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAA93 is #05556C. Grayscale: #BFBFBF. Windows color (decimal): -349549 or 9677562. OLE color: 9677562.
HSL color Cylindrical-coordinate representation of color #FAAA93: hue angle of 13.4º 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 #FAAA93 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 147 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.02 |
| HSL | 13.4º | 0.91% | 0.78% | - |
| HSV(B) | 13.4º | 0.41% | 0.98% | - |
| XYZ | 59.07 | 51.18 | 34.37 | - |
| YUV | 191.3 | 103 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 147 | 0 | 0.32 | 0.41 | 0.02 | 13.4 | 0.91 | 0.78 |
| Hex | FA | AA | 93 | 0 | 20 | 29 | 2 | D | 5B | 4E |
| Octal | 372 | 252 | 223 | 0 | 40 | 51 | 2 | 15 | 133 | 116 |
| Binary | 11111010 | 10101010 | 10010011 | 0 | 100000 | 101001 | 10 | 1101 | 1011011 | 1001110 |
Color Harmonies of #FAAA93
Complementary color
Monochromatic Colors of #FAAA93
Black with #FAAA93
Text Example
Text Example
White with #FAAA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAA93; }
p { color: rgb(250,170,147); }
H1.HeaderClassName
{
color: #FAAA93;
}
.AnyTagClassName
{
color: #FAAA93;
}
</style>
background-color css
<style>
a { background-color: #FAAA93; }
a { background-color: rgb(250,170,147); }
div.DivClassName
{
background-color: #FAAA93;
}
.BgClassName
{
background-color: #FAAA93;
}
</style>
border-color css
<style>
span { border-color: #FAAA93; }
span { border-color: rgb(250,170,147); }
td.TdClassName
{
border-color: #FAAA93;
}
.TagClassName
{
border-color: #FAAA93;
}
</style>