Shades of Rose Bud #FFB4A1
Tints of Rose Bud #FFB4A1
RGB
CMYK
RGB Variations
Color information
#FFB4A1 (or 0xFFB4A1) is known color: Rose Bud. HEX triplet: FF, B4 and A1. RGB value is (255,180,161). Sum of RGB (Red+Green+Blue) = 255+180+161=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 180 (70.70% from 255 or 30.20% from 596); Blue value is 161 (63.28% from 255 or 27.01% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB4A1 is #004B5E. Grayscale: #C8C8C8. Windows color (decimal): -19295 or 10597631. OLE color: 10597631.
HSL color Cylindrical-coordinate representation of color #FFB4A1: hue angle of 12.13º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFB4A1 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 161 | - |
| CMYK | 0 | 0.29 | 0.37 | 0 |
| HSL | 12.13º | 1% | 0.82% | - |
| HSV(B) | 12.13º | 0.37% | 1% | - |
| XYZ | 63.99 | 56.48 | 41.25 | - |
| YUV | 200.26 | 105.85 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 161 | 0 | 0.29 | 0.37 | 0 | 12.13 | 1 | 0.82 |
| Hex | FF | B4 | A1 | 0 | 1D | 25 | 0 | C | 64 | 52 |
| Octal | 377 | 264 | 241 | 0 | 35 | 45 | 0 | 14 | 144 | 122 |
| Binary | 11111111 | 10110100 | 10100001 | 0 | 11101 | 100101 | 0 | 1100 | 1100100 | 1010010 |
Color Harmonies of #FFB4A1
Complementary color
Monochromatic Colors of #FFB4A1
Black with #FFB4A1
Text Example
Text Example
White with #FFB4A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB4A1; }
p { color: rgb(255,180,161); }
H1.HeaderClassName
{
color: #FFB4A1;
}
.AnyTagClassName
{
color: #FFB4A1;
}
</style>
background-color css
<style>
a { background-color: #FFB4A1; }
a { background-color: rgb(255,180,161); }
div.DivClassName
{
background-color: #FFB4A1;
}
.BgClassName
{
background-color: #FFB4A1;
}
</style>
border-color css
<style>
span { border-color: #FFB4A1; }
span { border-color: rgb(255,180,161); }
td.TdClassName
{
border-color: #FFB4A1;
}
.TagClassName
{
border-color: #FFB4A1;
}
</style>