Shades of Romantic #FDBEA0
Tints of Romantic #FDBEA0
RGB
CMYK
RGB Variations
Color information
#FDBEA0 (or 0xFDBEA0) is known color: Romantic. HEX triplet: FD, BE and A0. RGB value is (253,190,160). Sum of RGB (Red+Green+Blue) = 253+190+160=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 190 (74.61% from 255 or 31.51% from 603); Blue value is 160 (62.89% from 255 or 26.53% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBEA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBEA0 is #02415F. Grayscale: #CDCDCD. Windows color (decimal): -147808 or 10534653. OLE color: 10534653.
HSL color Cylindrical-coordinate representation of color #FDBEA0: hue angle of 19.35º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FDBEA0 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 190 | 160 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.01 |
| HSL | 19.35º | 0.96% | 0.81% | - |
| HSV(B) | 19.35º | 0.37% | 0.99% | - |
| XYZ | 65.27 | 60.25 | 41.45 | - |
| YUV | 205.42 | 102.37 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 190 | 160 | 0 | 0.25 | 0.37 | 0.01 | 19.35 | 0.96 | 0.81 |
| Hex | FD | BE | A0 | 0 | 19 | 25 | 1 | 13 | 60 | 51 |
| Octal | 375 | 276 | 240 | 0 | 31 | 45 | 1 | 23 | 140 | 121 |
| Binary | 11111101 | 10111110 | 10100000 | 0 | 11001 | 100101 | 1 | 10011 | 1100000 | 1010001 |
Color Harmonies of #FDBEA0
Complementary color
Monochromatic Colors of #FDBEA0
Black with #FDBEA0
Text Example
Text Example
White with #FDBEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBEA0; }
p { color: rgb(253,190,160); }
H1.HeaderClassName
{
color: #FDBEA0;
}
.AnyTagClassName
{
color: #FDBEA0;
}
</style>
background-color css
<style>
a { background-color: #FDBEA0; }
a { background-color: rgb(253,190,160); }
div.DivClassName
{
background-color: #FDBEA0;
}
.BgClassName
{
background-color: #FDBEA0;
}
</style>
border-color css
<style>
span { border-color: #FDBEA0; }
span { border-color: rgb(253,190,160); }
td.TdClassName
{
border-color: #FDBEA0;
}
.TagClassName
{
border-color: #FDBEA0;
}
</style>