Shades of Rose Bud #FFA8A0
Tints of Rose Bud #FFA8A0
RGB
CMYK
RGB Variations
Color information
#FFA8A0 (or 0xFFA8A0) is known color: Rose Bud. HEX triplet: FF, A8 and A0. RGB value is (255,168,160). Sum of RGB (Red+Green+Blue) = 255+168+160=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 168 (66.02% from 255 or 28.82% from 583); Blue value is 160 (62.89% from 255 or 27.44% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA8A0 is #00575F. Grayscale: #C1C1C1. Windows color (decimal): -22368 or 10529023. OLE color: 10529023.
HSL color Cylindrical-coordinate representation of color #FFA8A0: hue angle of 5.05º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFA8A0 is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 168 | 160 | - |
CMYK | 0 | 0.34 | 0.37 | 0 |
HSL | 5.05º | 1% | 0.81% | - |
HSV(B) | 5.05º | 0.37% | 1% | - |
XYZ | 61.59 | 51.8 | 40.01 | - |
YUV | 193.1 | 109.32 | 172.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 168 | 160 | 0 | 0.34 | 0.37 | 0 | 5.05 | 1 | 0.81 |
Hex | FF | A8 | A0 | 0 | 22 | 25 | 0 | 5 | 64 | 51 |
Octal | 377 | 250 | 240 | 0 | 42 | 45 | 0 | 5 | 144 | 121 |
Binary | 11111111 | 10101000 | 10100000 | 0 | 100010 | 100101 | 0 | 101 | 1100100 | 1010001 |
Color Harmonies of #FFA8A0
Complementary color
Monochromatic Colors of #FFA8A0
Black with #FFA8A0
Text Example
Text Example
White with #FFA8A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA8A0; }
p { color: rgb(255,168,160); }
H1.HeaderClassName
{
color: #FFA8A0;
}
.AnyTagClassName
{
color: #FFA8A0;
}
</style>
background-color css
<style>
a { background-color: #FFA8A0; }
a { background-color: rgb(255,168,160); }
div.DivClassName
{
background-color: #FFA8A0;
}
.BgClassName
{
background-color: #FFA8A0;
}
</style>
border-color css
<style>
span { border-color: #FFA8A0; }
span { border-color: rgb(255,168,160); }
td.TdClassName
{
border-color: #FFA8A0;
}
.TagClassName
{
border-color: #FFA8A0;
}
</style>