Shades of Romantic #FFBD95
Tints of Romantic #FFBD95
RGB
CMYK
RGB Variations
Color information
#FFBD95 (or 0xFFBD95) is known color: Romantic. HEX triplet: FF, BD and 95. RGB value is (255,189,149). Sum of RGB (Red+Green+Blue) = 255+189+149=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 149 (58.59% from 255 or 25.13% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBD95 is #00426A. Grayscale: #CCCCCC. Windows color (decimal): -17003 or 9813503. OLE color: 9813503.
HSL color Cylindrical-coordinate representation of color #FFBD95: hue angle of 22.64º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FFBD95 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 149 | - |
| CMYK | 0 | 0.26 | 0.42 | 0 |
| HSL | 22.64º | 1% | 0.79% | - |
| HSV(B) | 22.64º | 0.42% | 1% | - |
| XYZ | 64.86 | 59.83 | 36.56 | - |
| YUV | 204.17 | 96.87 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 149 | 0 | 0.26 | 0.42 | 0 | 22.64 | 1 | 0.79 |
| Hex | FF | BD | 95 | 0 | 1A | 2A | 0 | 17 | 64 | 4F |
| Octal | 377 | 275 | 225 | 0 | 32 | 52 | 0 | 27 | 144 | 117 |
| Binary | 11111111 | 10111101 | 10010101 | 0 | 11010 | 101010 | 0 | 10111 | 1100100 | 1001111 |
Color Harmonies of #FFBD95
Complementary color
Monochromatic Colors of #FFBD95
Black with #FFBD95
Text Example
Text Example
White with #FFBD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBD95; }
p { color: rgb(255,189,149); }
H1.HeaderClassName
{
color: #FFBD95;
}
.AnyTagClassName
{
color: #FFBD95;
}
</style>
background-color css
<style>
a { background-color: #FFBD95; }
a { background-color: rgb(255,189,149); }
div.DivClassName
{
background-color: #FFBD95;
}
.BgClassName
{
background-color: #FFBD95;
}
</style>
border-color css
<style>
span { border-color: #FFBD95; }
span { border-color: rgb(255,189,149); }
td.TdClassName
{
border-color: #FFBD95;
}
.TagClassName
{
border-color: #FFBD95;
}
</style>