Shades of Rose Bud #FAAB8C
Tints of Rose Bud #FAAB8C
RGB
CMYK
RGB Variations
Color information
#FAAB8C (or 0xFAAB8C) is known color: Rose Bud. HEX triplet: FA, AB and 8C. RGB value is (250,171,140). Sum of RGB (Red+Green+Blue) = 250+171+140=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 171 (67.19% from 255 or 30.48% from 561); Blue value is 140 (55.08% from 255 or 24.96% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAB8C is #055473. Grayscale: #BFBFBF. Windows color (decimal): -349300 or 9219066. OLE color: 9219066.
HSL color Cylindrical-coordinate representation of color #FAAB8C: hue angle of 16.91º 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 #FAAB8C is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 140 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.02 |
| HSL | 16.91º | 0.92% | 0.76% | - |
| HSV(B) | 16.91º | 0.44% | 0.98% | - |
| XYZ | 58.72 | 51.34 | 31.63 | - |
| YUV | 191.09 | 99.17 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 140 | 0 | 0.32 | 0.44 | 0.02 | 16.91 | 0.92 | 0.76 |
| Hex | FA | AB | 8C | 0 | 20 | 2C | 2 | 11 | 5C | 4C |
| Octal | 372 | 253 | 214 | 0 | 40 | 54 | 2 | 21 | 134 | 114 |
| Binary | 11111010 | 10101011 | 10001100 | 0 | 100000 | 101100 | 10 | 10001 | 1011100 | 1001100 |
Color Harmonies of #FAAB8C
Complementary color
Monochromatic Colors of #FAAB8C
Black with #FAAB8C
Text Example
Text Example
White with #FAAB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAB8C; }
p { color: rgb(250,171,140); }
H1.HeaderClassName
{
color: #FAAB8C;
}
.AnyTagClassName
{
color: #FAAB8C;
}
</style>
background-color css
<style>
a { background-color: #FAAB8C; }
a { background-color: rgb(250,171,140); }
div.DivClassName
{
background-color: #FAAB8C;
}
.BgClassName
{
background-color: #FAAB8C;
}
</style>
border-color css
<style>
span { border-color: #FAAB8C; }
span { border-color: rgb(250,171,140); }
td.TdClassName
{
border-color: #FAAB8C;
}
.TagClassName
{
border-color: #FAAB8C;
}
</style>