Shades of Rose Bud #FAA68C
Tints of Rose Bud #FAA68C
RGB
CMYK
RGB Variations
Color information
#FAA68C (or 0xFAA68C) is known color: Rose Bud. HEX triplet: FA, A6 and 8C. RGB value is (250,166,140). Sum of RGB (Red+Green+Blue) = 250+166+140=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 166 (65.23% from 255 or 29.86% from 556); Blue value is 140 (55.08% from 255 or 25.18% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA68C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA68C is #055973. Grayscale: #BCBCBC. Windows color (decimal): -350580 or 9217786. OLE color: 9217786.
HSL color Cylindrical-coordinate representation of color #FAA68C: hue angle of 14.18º 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 #FAA68C is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 140 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.02 |
| HSL | 14.18º | 0.92% | 0.76% | - |
| HSV(B) | 14.18º | 0.44% | 0.98% | - |
| XYZ | 57.79 | 49.49 | 31.32 | - |
| YUV | 188.15 | 100.83 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 140 | 0 | 0.34 | 0.44 | 0.02 | 14.18 | 0.92 | 0.76 |
| Hex | FA | A6 | 8C | 0 | 22 | 2C | 2 | E | 5C | 4C |
| Octal | 372 | 246 | 214 | 0 | 42 | 54 | 2 | 16 | 134 | 114 |
| Binary | 11111010 | 10100110 | 10001100 | 0 | 100010 | 101100 | 10 | 1110 | 1011100 | 1001100 |
Color Harmonies of #FAA68C
Complementary color
Monochromatic Colors of #FAA68C
Black with #FAA68C
Text Example
Text Example
White with #FAA68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA68C; }
p { color: rgb(250,166,140); }
H1.HeaderClassName
{
color: #FAA68C;
}
.AnyTagClassName
{
color: #FAA68C;
}
</style>
background-color css
<style>
a { background-color: #FAA68C; }
a { background-color: rgb(250,166,140); }
div.DivClassName
{
background-color: #FAA68C;
}
.BgClassName
{
background-color: #FAA68C;
}
</style>
border-color css
<style>
span { border-color: #FAA68C; }
span { border-color: rgb(250,166,140); }
td.TdClassName
{
border-color: #FAA68C;
}
.TagClassName
{
border-color: #FAA68C;
}
</style>