Shades of Romantic #FFBDA0
Tints of Romantic #FFBDA0
RGB
CMYK
RGB Variations
Color information
#FFBDA0 (or 0xFFBDA0) is known color: Romantic. HEX triplet: FF, BD and A0. RGB value is (255,189,160). Sum of RGB (Red+Green+Blue) = 255+189+160=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 160 (62.89% from 255 or 26.49% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBDA0 is #00425F. Grayscale: #CDCDCD. Windows color (decimal): -16992 or 10534399. OLE color: 10534399.
HSL color Cylindrical-coordinate representation of color #FFBDA0: hue angle of 18.32º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFBDA0 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 160 | - |
| CMYK | 0 | 0.26 | 0.37 | 0 |
| HSL | 18.32º | 1% | 0.81% | - |
| HSV(B) | 18.32º | 0.37% | 1% | - |
| XYZ | 65.78 | 60.19 | 41.41 | - |
| YUV | 205.43 | 102.37 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 160 | 0 | 0.26 | 0.37 | 0 | 18.32 | 1 | 0.81 |
| Hex | FF | BD | A0 | 0 | 1A | 25 | 0 | 12 | 64 | 51 |
| Octal | 377 | 275 | 240 | 0 | 32 | 45 | 0 | 22 | 144 | 121 |
| Binary | 11111111 | 10111101 | 10100000 | 0 | 11010 | 100101 | 0 | 10010 | 1100100 | 1010001 |
Color Harmonies of #FFBDA0
Complementary color
Monochromatic Colors of #FFBDA0
Black with #FFBDA0
Text Example
Text Example
White with #FFBDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBDA0; }
p { color: rgb(255,189,160); }
H1.HeaderClassName
{
color: #FFBDA0;
}
.AnyTagClassName
{
color: #FFBDA0;
}
</style>
background-color css
<style>
a { background-color: #FFBDA0; }
a { background-color: rgb(255,189,160); }
div.DivClassName
{
background-color: #FFBDA0;
}
.BgClassName
{
background-color: #FFBDA0;
}
</style>
border-color css
<style>
span { border-color: #FFBDA0; }
span { border-color: rgb(255,189,160); }
td.TdClassName
{
border-color: #FFBDA0;
}
.TagClassName
{
border-color: #FFBDA0;
}
</style>