Shades of Romantic #FFBD96
Tints of Romantic #FFBD96
RGB
CMYK
RGB Variations
Color information
#FFBD96 (or 0xFFBD96) is known color: Romantic. HEX triplet: FF, BD and 96. RGB value is (255,189,150). Sum of RGB (Red+Green+Blue) = 255+189+150=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 150 (58.98% from 255 or 25.25% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBD96 is #004269. Grayscale: #CCCCCC. Windows color (decimal): -17002 or 9879039. OLE color: 9879039.
HSL color Cylindrical-coordinate representation of color #FFBD96: hue angle of 22.29º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FFBD96 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 150 | - |
| CMYK | 0 | 0.26 | 0.41 | 0 |
| HSL | 22.29º | 1% | 0.79% | - |
| HSV(B) | 22.29º | 0.41% | 1% | - |
| XYZ | 64.94 | 59.86 | 36.98 | - |
| YUV | 204.29 | 97.37 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 150 | 0 | 0.26 | 0.41 | 0 | 22.29 | 1 | 0.79 |
| Hex | FF | BD | 96 | 0 | 1A | 29 | 0 | 16 | 64 | 4F |
| Octal | 377 | 275 | 226 | 0 | 32 | 51 | 0 | 26 | 144 | 117 |
| Binary | 11111111 | 10111101 | 10010110 | 0 | 11010 | 101001 | 0 | 10110 | 1100100 | 1001111 |
Color Harmonies of #FFBD96
Complementary color
Monochromatic Colors of #FFBD96
Black with #FFBD96
Text Example
Text Example
White with #FFBD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBD96; }
p { color: rgb(255,189,150); }
H1.HeaderClassName
{
color: #FFBD96;
}
.AnyTagClassName
{
color: #FFBD96;
}
</style>
background-color css
<style>
a { background-color: #FFBD96; }
a { background-color: rgb(255,189,150); }
div.DivClassName
{
background-color: #FFBD96;
}
.BgClassName
{
background-color: #FFBD96;
}
</style>
border-color css
<style>
span { border-color: #FFBD96; }
span { border-color: rgb(255,189,150); }
td.TdClassName
{
border-color: #FFBD96;
}
.TagClassName
{
border-color: #FFBD96;
}
</style>