Shades of Rose Bud #FFB4A0
Tints of Rose Bud #FFB4A0
RGB
CMYK
RGB Variations
Color information
#FFB4A0 (or 0xFFB4A0) is known color: Rose Bud. HEX triplet: FF, B4 and A0. RGB value is (255,180,160). Sum of RGB (Red+Green+Blue) = 255+180+160=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 180 (70.70% from 255 or 30.25% from 595); Blue value is 160 (62.89% from 255 or 26.89% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB4A0 is #004B5F. Grayscale: #C8C8C8. Windows color (decimal): -19296 or 10532095. OLE color: 10532095.
HSL color Cylindrical-coordinate representation of color #FFB4A0: hue angle of 12.63º 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 #FFB4A0 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 160 | - |
| CMYK | 0 | 0.29 | 0.37 | 0 |
| HSL | 12.63º | 1% | 0.81% | - |
| HSV(B) | 12.63º | 0.37% | 1% | - |
| XYZ | 63.91 | 56.44 | 40.78 | - |
| YUV | 200.15 | 105.35 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 160 | 0 | 0.29 | 0.37 | 0 | 12.63 | 1 | 0.81 |
| Hex | FF | B4 | A0 | 0 | 1D | 25 | 0 | D | 64 | 51 |
| Octal | 377 | 264 | 240 | 0 | 35 | 45 | 0 | 15 | 144 | 121 |
| Binary | 11111111 | 10110100 | 10100000 | 0 | 11101 | 100101 | 0 | 1101 | 1100100 | 1010001 |
Color Harmonies of #FFB4A0
Complementary color
Monochromatic Colors of #FFB4A0
Black with #FFB4A0
Text Example
Text Example
White with #FFB4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB4A0; }
p { color: rgb(255,180,160); }
H1.HeaderClassName
{
color: #FFB4A0;
}
.AnyTagClassName
{
color: #FFB4A0;
}
</style>
background-color css
<style>
a { background-color: #FFB4A0; }
a { background-color: rgb(255,180,160); }
div.DivClassName
{
background-color: #FFB4A0;
}
.BgClassName
{
background-color: #FFB4A0;
}
</style>
border-color css
<style>
span { border-color: #FFB4A0; }
span { border-color: rgb(255,180,160); }
td.TdClassName
{
border-color: #FFB4A0;
}
.TagClassName
{
border-color: #FFB4A0;
}
</style>