Shades of Rose Bud #FFA393
Tints of Rose Bud #FFA393
RGB
CMYK
RGB Variations
Color information
#FFA393 (or 0xFFA393) is known color: Rose Bud. HEX triplet: FF, A3 and 93. RGB value is (255,163,147). Sum of RGB (Red+Green+Blue) = 255+163+147=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 163 (64.06% from 255 or 28.85% from 565); Blue value is 147 (57.81% from 255 or 26.02% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA393 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA393 is #005C6C. Grayscale: #BCBCBC. Windows color (decimal): -23661 or 9675775. OLE color: 9675775.
HSL color Cylindrical-coordinate representation of color #FFA393: hue angle of 8.89º 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 #FFA393 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 163 | 147 | - |
| CMYK | 0 | 0.36 | 0.42 | 0 |
| HSL | 8.89º | 1% | 0.79% | - |
| HSV(B) | 8.89º | 0.42% | 1% | - |
| XYZ | 59.6 | 49.56 | 34.03 | - |
| YUV | 188.68 | 104.48 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 163 | 147 | 0 | 0.36 | 0.42 | 0 | 8.89 | 1 | 0.79 |
| Hex | FF | A3 | 93 | 0 | 24 | 2A | 0 | 9 | 64 | 4F |
| Octal | 377 | 243 | 223 | 0 | 44 | 52 | 0 | 11 | 144 | 117 |
| Binary | 11111111 | 10100011 | 10010011 | 0 | 100100 | 101010 | 0 | 1001 | 1100100 | 1001111 |
Color Harmonies of #FFA393
Complementary color
Monochromatic Colors of #FFA393
Black with #FFA393
Text Example
Text Example
White with #FFA393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA393; }
p { color: rgb(255,163,147); }
H1.HeaderClassName
{
color: #FFA393;
}
.AnyTagClassName
{
color: #FFA393;
}
</style>
background-color css
<style>
a { background-color: #FFA393; }
a { background-color: rgb(255,163,147); }
div.DivClassName
{
background-color: #FFA393;
}
.BgClassName
{
background-color: #FFA393;
}
</style>
border-color css
<style>
span { border-color: #FFA393; }
span { border-color: rgb(255,163,147); }
td.TdClassName
{
border-color: #FFA393;
}
.TagClassName
{
border-color: #FFA393;
}
</style>