Shades of Rose Bud #FFA490
Tints of Rose Bud #FFA490
RGB
CMYK
RGB Variations
Color information
#FFA490 (or 0xFFA490) is known color: Rose Bud. HEX triplet: FF, A4 and 90. RGB value is (255,164,144). Sum of RGB (Red+Green+Blue) = 255+164+144=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 164 (64.45% from 255 or 29.13% from 563); Blue value is 144 (56.64% from 255 or 25.58% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA490 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA490 is #005B6F. Grayscale: #BDBDBD. Windows color (decimal): -23408 or 9479423. OLE color: 9479423.
HSL color Cylindrical-coordinate representation of color #FFA490: hue angle of 10.81º 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 #FFA490 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 144 | - |
| CMYK | 0 | 0.36 | 0.44 | 0 |
| HSL | 10.81º | 1% | 0.78% | - |
| HSV(B) | 10.81º | 0.44% | 1% | - |
| XYZ | 59.55 | 49.82 | 32.86 | - |
| YUV | 188.93 | 102.65 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 144 | 0 | 0.36 | 0.44 | 0 | 10.81 | 1 | 0.78 |
| Hex | FF | A4 | 90 | 0 | 24 | 2C | 0 | B | 64 | 4E |
| Octal | 377 | 244 | 220 | 0 | 44 | 54 | 0 | 13 | 144 | 116 |
| Binary | 11111111 | 10100100 | 10010000 | 0 | 100100 | 101100 | 0 | 1011 | 1100100 | 1001110 |
Color Harmonies of #FFA490
Complementary color
Monochromatic Colors of #FFA490
Black with #FFA490
Text Example
Text Example
White with #FFA490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA490; }
p { color: rgb(255,164,144); }
H1.HeaderClassName
{
color: #FFA490;
}
.AnyTagClassName
{
color: #FFA490;
}
</style>
background-color css
<style>
a { background-color: #FFA490; }
a { background-color: rgb(255,164,144); }
div.DivClassName
{
background-color: #FFA490;
}
.BgClassName
{
background-color: #FFA490;
}
</style>
border-color css
<style>
span { border-color: #FFA490; }
span { border-color: rgb(255,164,144); }
td.TdClassName
{
border-color: #FFA490;
}
.TagClassName
{
border-color: #FFA490;
}
</style>