Shades of Rose Bud #FFB090
Tints of Rose Bud #FFB090
RGB
CMYK
RGB Variations
Color information
#FFB090 (or 0xFFB090) is known color: Rose Bud. HEX triplet: FF, B0 and 90. RGB value is (255,176,144). Sum of RGB (Red+Green+Blue) = 255+176+144=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 176 (69.14% from 255 or 30.61% from 575); Blue value is 144 (56.64% from 255 or 25.04% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB090 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB090 is #004F6F. Grayscale: #C4C4C4. Windows color (decimal): -20336 or 9482495. OLE color: 9482495.
HSL color Cylindrical-coordinate representation of color #FFB090: hue angle of 17.3º 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 #FFB090 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 144 | - |
| CMYK | 0 | 0.31 | 0.44 | 0 |
| HSL | 17.3º | 1% | 0.78% | - |
| HSV(B) | 17.3º | 0.44% | 1% | - |
| XYZ | 61.8 | 54.32 | 33.61 | - |
| YUV | 195.97 | 98.67 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 144 | 0 | 0.31 | 0.44 | 0 | 17.3 | 1 | 0.78 |
| Hex | FF | B0 | 90 | 0 | 1F | 2C | 0 | 11 | 64 | 4E |
| Octal | 377 | 260 | 220 | 0 | 37 | 54 | 0 | 21 | 144 | 116 |
| Binary | 11111111 | 10110000 | 10010000 | 0 | 11111 | 101100 | 0 | 10001 | 1100100 | 1001110 |
Color Harmonies of #FFB090
Complementary color
Monochromatic Colors of #FFB090
Black with #FFB090
Text Example
Text Example
White with #FFB090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB090; }
p { color: rgb(255,176,144); }
H1.HeaderClassName
{
color: #FFB090;
}
.AnyTagClassName
{
color: #FFB090;
}
</style>
background-color css
<style>
a { background-color: #FFB090; }
a { background-color: rgb(255,176,144); }
div.DivClassName
{
background-color: #FFB090;
}
.BgClassName
{
background-color: #FFB090;
}
</style>
border-color css
<style>
span { border-color: #FFB090; }
span { border-color: rgb(255,176,144); }
td.TdClassName
{
border-color: #FFB090;
}
.TagClassName
{
border-color: #FFB090;
}
</style>