Shades of Rose Bud #FAAA8C
Tints of Rose Bud #FAAA8C
RGB
CMYK
RGB Variations
Color information
#FAAA8C (or 0xFAAA8C) is known color: Rose Bud. HEX triplet: FA, AA and 8C. RGB value is (250,170,140). Sum of RGB (Red+Green+Blue) = 250+170+140=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 140 (55.08% from 255 or 25% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAA8C is #055573. Grayscale: #BEBEBE. Windows color (decimal): -349556 or 9218810. OLE color: 9218810.
HSL color Cylindrical-coordinate representation of color #FAAA8C: hue angle of 16.36º 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 #FAAA8C is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 140 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.02 |
| HSL | 16.36º | 0.92% | 0.76% | - |
| HSV(B) | 16.36º | 0.44% | 0.98% | - |
| XYZ | 58.53 | 50.97 | 31.56 | - |
| YUV | 190.5 | 99.5 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 140 | 0 | 0.32 | 0.44 | 0.02 | 16.36 | 0.92 | 0.76 |
| Hex | FA | AA | 8C | 0 | 20 | 2C | 2 | 10 | 5C | 4C |
| Octal | 372 | 252 | 214 | 0 | 40 | 54 | 2 | 20 | 134 | 114 |
| Binary | 11111010 | 10101010 | 10001100 | 0 | 100000 | 101100 | 10 | 10000 | 1011100 | 1001100 |
Color Harmonies of #FAAA8C
Complementary color
Monochromatic Colors of #FAAA8C
Black with #FAAA8C
Text Example
Text Example
White with #FAAA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAA8C; }
p { color: rgb(250,170,140); }
H1.HeaderClassName
{
color: #FAAA8C;
}
.AnyTagClassName
{
color: #FAAA8C;
}
</style>
background-color css
<style>
a { background-color: #FAAA8C; }
a { background-color: rgb(250,170,140); }
div.DivClassName
{
background-color: #FAAA8C;
}
.BgClassName
{
background-color: #FAAA8C;
}
</style>
border-color css
<style>
span { border-color: #FAAA8C; }
span { border-color: rgb(250,170,140); }
td.TdClassName
{
border-color: #FAAA8C;
}
.TagClassName
{
border-color: #FAAA8C;
}
</style>