Shades of Rose Bud #FBAD98
Tints of Rose Bud #FBAD98
RGB
CMYK
RGB Variations
Color information
#FBAD98 (or 0xFBAD98) is known color: Rose Bud. HEX triplet: FB, AD and 98. RGB value is (251,173,152). Sum of RGB (Red+Green+Blue) = 251+173+152=576 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.58% from 576); Green value is 173 (67.97% from 255 or 30.03% from 576); Blue value is 152 (59.77% from 255 or 26.39% from 576); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAD98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAD98 is #045267. Grayscale: #C2C2C2. Windows color (decimal): -283240 or 10006011. OLE color: 10006011.
HSL color Cylindrical-coordinate representation of color #FBAD98: hue angle of 12.73º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FBAD98 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 173 | 152 | - |
| CMYK | 0 | 0.31 | 0.39 | 0.02 |
| HSL | 12.73º | 0.93% | 0.79% | - |
| HSV(B) | 12.73º | 0.39% | 0.98% | - |
| XYZ | 60.39 | 52.66 | 36.69 | - |
| YUV | 193.93 | 104.34 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 173 | 152 | 0 | 0.31 | 0.39 | 0.02 | 12.73 | 0.93 | 0.79 |
| Hex | FB | AD | 98 | 0 | 1F | 27 | 2 | D | 5D | 4F |
| Octal | 373 | 255 | 230 | 0 | 37 | 47 | 2 | 15 | 135 | 117 |
| Binary | 11111011 | 10101101 | 10011000 | 0 | 11111 | 100111 | 10 | 1101 | 1011101 | 1001111 |
Color Harmonies of #FBAD98
Complementary color
Monochromatic Colors of #FBAD98
Black with #FBAD98
Text Example
Text Example
White with #FBAD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAD98; }
p { color: rgb(251,173,152); }
H1.HeaderClassName
{
color: #FBAD98;
}
.AnyTagClassName
{
color: #FBAD98;
}
</style>
background-color css
<style>
a { background-color: #FBAD98; }
a { background-color: rgb(251,173,152); }
div.DivClassName
{
background-color: #FBAD98;
}
.BgClassName
{
background-color: #FBAD98;
}
</style>
border-color css
<style>
span { border-color: #FBAD98; }
span { border-color: rgb(251,173,152); }
td.TdClassName
{
border-color: #FBAD98;
}
.TagClassName
{
border-color: #FBAD98;
}
</style>