Shades of Rose Bud #FDB095
Tints of Rose Bud #FDB095
RGB
CMYK
RGB Variations
Color information
#FDB095 (or 0xFDB095) is known color: Rose Bud. HEX triplet: FD, B0 and 95. RGB value is (253,176,149). Sum of RGB (Red+Green+Blue) = 253+176+149=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 176 (69.14% from 255 or 30.45% from 578); Blue value is 149 (58.59% from 255 or 25.78% from 578); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB095 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB095 is #024F6A. Grayscale: #C4C4C4. Windows color (decimal): -151403 or 9810173. OLE color: 9810173.
HSL color Cylindrical-coordinate representation of color #FDB095: hue angle of 15.58º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FDB095 is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 176 | 149 | - |
CMYK | 0 | 0.30 | 0.41 | 0.01 |
HSL | 15.58º | 0.96% | 0.79% | - |
HSV(B) | 15.58º | 0.41% | 0.99% | - |
XYZ | 61.46 | 54.1 | 35.64 | - |
YUV | 195.95 | 101.51 | 168.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 176 | 149 | 0 | 0.30 | 0.41 | 0.01 | 15.58 | 0.96 | 0.79 |
Hex | FD | B0 | 95 | 0 | 1E | 29 | 1 | 10 | 60 | 4F |
Octal | 375 | 260 | 225 | 0 | 36 | 51 | 1 | 20 | 140 | 117 |
Binary | 11111101 | 10110000 | 10010101 | 0 | 11110 | 101001 | 1 | 10000 | 1100000 | 1001111 |
Color Harmonies of #FDB095
Complementary color
Monochromatic Colors of #FDB095
Black with #FDB095
Text Example
Text Example
White with #FDB095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB095; }
p { color: rgb(253,176,149); }
H1.HeaderClassName
{
color: #FDB095;
}
.AnyTagClassName
{
color: #FDB095;
}
</style>
background-color css
<style>
a { background-color: #FDB095; }
a { background-color: rgb(253,176,149); }
div.DivClassName
{
background-color: #FDB095;
}
.BgClassName
{
background-color: #FDB095;
}
</style>
border-color css
<style>
span { border-color: #FDB095; }
span { border-color: rgb(253,176,149); }
td.TdClassName
{
border-color: #FDB095;
}
.TagClassName
{
border-color: #FDB095;
}
</style>