Shades of Rose Bud #F8A68D
Tints of Rose Bud #F8A68D
RGB
CMYK
RGB Variations
Color information
#F8A68D (or 0xF8A68D) is known color: Rose Bud. HEX triplet: F8, A6 and 8D. RGB value is (248,166,141). Sum of RGB (Red+Green+Blue) = 248+166+141=555 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.68% from 555); Green value is 166 (65.23% from 255 or 29.91% from 555); Blue value is 141 (55.47% from 255 or 25.41% from 555); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A68D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A68D is #075972. Grayscale: #BBBBBB. Windows color (decimal): -481651 or 9283320. OLE color: 9283320.
HSL color Cylindrical-coordinate representation of color #F8A68D: hue angle of 14.02º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F8A68D is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 166 | 141 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.03 |
| HSL | 14.02º | 0.88% | 0.76% | - |
| HSV(B) | 14.02º | 0.43% | 0.97% | - |
| XYZ | 57.16 | 49.15 | 31.67 | - |
| YUV | 187.67 | 101.67 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 166 | 141 | 0 | 0.33 | 0.43 | 0.03 | 14.02 | 0.88 | 0.76 |
| Hex | F8 | A6 | 8D | 0 | 21 | 2B | 3 | E | 58 | 4C |
| Octal | 370 | 246 | 215 | 0 | 41 | 53 | 3 | 16 | 130 | 114 |
| Binary | 11111000 | 10100110 | 10001101 | 0 | 100001 | 101011 | 11 | 1110 | 1011000 | 1001100 |
Color Harmonies of #F8A68D
Complementary color
Monochromatic Colors of #F8A68D
Black with #F8A68D
Text Example
Text Example
White with #F8A68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A68D; }
p { color: rgb(248,166,141); }
H1.HeaderClassName
{
color: #F8A68D;
}
.AnyTagClassName
{
color: #F8A68D;
}
</style>
background-color css
<style>
a { background-color: #F8A68D; }
a { background-color: rgb(248,166,141); }
div.DivClassName
{
background-color: #F8A68D;
}
.BgClassName
{
background-color: #F8A68D;
}
</style>
border-color css
<style>
span { border-color: #F8A68D; }
span { border-color: rgb(248,166,141); }
td.TdClassName
{
border-color: #F8A68D;
}
.TagClassName
{
border-color: #F8A68D;
}
</style>