Shades of Rose Bud #FFA68F
Tints of Rose Bud #FFA68F
RGB
CMYK
RGB Variations
Color information
#FFA68F (or 0xFFA68F) is known color: Rose Bud. HEX triplet: FF, A6 and 8F. RGB value is (255,166,143). Sum of RGB (Red+Green+Blue) = 255+166+143=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 166 (65.23% from 255 or 29.43% from 564); Blue value is 143 (56.25% from 255 or 25.35% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA68F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA68F is #005970. Grayscale: #BEBEBE. Windows color (decimal): -22897 or 9414399. OLE color: 9414399.
HSL color Cylindrical-coordinate representation of color #FFA68F: hue angle of 12.32º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFA68F is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 143 | - |
| CMYK | 0 | 0.35 | 0.44 | 0 |
| HSL | 12.32º | 1% | 0.78% | - |
| HSV(B) | 12.32º | 0.44% | 1% | - |
| XYZ | 59.83 | 50.52 | 32.58 | - |
| YUV | 189.99 | 101.49 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 143 | 0 | 0.35 | 0.44 | 0 | 12.32 | 1 | 0.78 |
| Hex | FF | A6 | 8F | 0 | 23 | 2C | 0 | C | 64 | 4E |
| Octal | 377 | 246 | 217 | 0 | 43 | 54 | 0 | 14 | 144 | 116 |
| Binary | 11111111 | 10100110 | 10001111 | 0 | 100011 | 101100 | 0 | 1100 | 1100100 | 1001110 |
Color Harmonies of #FFA68F
Complementary color
Monochromatic Colors of #FFA68F
Black with #FFA68F
Text Example
Text Example
White with #FFA68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA68F; }
p { color: rgb(255,166,143); }
H1.HeaderClassName
{
color: #FFA68F;
}
.AnyTagClassName
{
color: #FFA68F;
}
</style>
background-color css
<style>
a { background-color: #FFA68F; }
a { background-color: rgb(255,166,143); }
div.DivClassName
{
background-color: #FFA68F;
}
.BgClassName
{
background-color: #FFA68F;
}
</style>
border-color css
<style>
span { border-color: #FFA68F; }
span { border-color: rgb(255,166,143); }
td.TdClassName
{
border-color: #FFA68F;
}
.TagClassName
{
border-color: #FFA68F;
}
</style>