Shades of Rose Bud #FFA693
Tints of Rose Bud #FFA693
RGB
CMYK
RGB Variations
Color information
#FFA693 (or 0xFFA693) is known color: Rose Bud. HEX triplet: FF, A6 and 93. RGB value is (255,166,147). Sum of RGB (Red+Green+Blue) = 255+166+147=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 166 (65.23% from 255 or 29.23% from 568); Blue value is 147 (57.81% from 255 or 25.88% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA693 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA693 is #00596C. Grayscale: #BEBEBE. Windows color (decimal): -22893 or 9676543. OLE color: 9676543.
HSL color Cylindrical-coordinate representation of color #FFA693: hue angle of 10.56º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FFA693 is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 147 | - |
| CMYK | 0 | 0.35 | 0.42 | 0 |
| HSL | 10.56º | 1% | 0.79% | - |
| HSV(B) | 10.56º | 0.42% | 1% | - |
| XYZ | 60.14 | 50.64 | 34.21 | - |
| YUV | 190.45 | 103.49 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 147 | 0 | 0.35 | 0.42 | 0 | 10.56 | 1 | 0.79 |
| Hex | FF | A6 | 93 | 0 | 23 | 2A | 0 | B | 64 | 4F |
| Octal | 377 | 246 | 223 | 0 | 43 | 52 | 0 | 13 | 144 | 117 |
| Binary | 11111111 | 10100110 | 10010011 | 0 | 100011 | 101010 | 0 | 1011 | 1100100 | 1001111 |
Color Harmonies of #FFA693
Complementary color
Monochromatic Colors of #FFA693
Black with #FFA693
Text Example
Text Example
White with #FFA693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA693; }
p { color: rgb(255,166,147); }
H1.HeaderClassName
{
color: #FFA693;
}
.AnyTagClassName
{
color: #FFA693;
}
</style>
background-color css
<style>
a { background-color: #FFA693; }
a { background-color: rgb(255,166,147); }
div.DivClassName
{
background-color: #FFA693;
}
.BgClassName
{
background-color: #FFA693;
}
</style>
border-color css
<style>
span { border-color: #FFA693; }
span { border-color: rgb(255,166,147); }
td.TdClassName
{
border-color: #FFA693;
}
.TagClassName
{
border-color: #FFA693;
}
</style>