Shades of Romantic #FBC0A5
Tints of Romantic #FBC0A5
RGB
CMYK
RGB Variations
Color information
#FBC0A5 (or 0xFBC0A5) is known color: Romantic. HEX triplet: FB, C0 and A5. RGB value is (251,192,165). Sum of RGB (Red+Green+Blue) = 251+192+165=608 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.28% from 608); Green value is 192 (75.39% from 255 or 31.58% from 608); Blue value is 165 (64.84% from 255 or 27.14% from 608); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC0A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC0A5 is #043F5A. Grayscale: #CECECE. Windows color (decimal): -278363 or 10862843. OLE color: 10862843.
HSL color Cylindrical-coordinate representation of color #FBC0A5: hue angle of 18.84º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FBC0A5 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 165 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.02 |
| HSL | 18.84º | 0.91% | 0.82% | - |
| HSV(B) | 18.84º | 0.34% | 0.98% | - |
| XYZ | 65.42 | 60.93 | 43.91 | - |
| YUV | 206.56 | 104.55 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 165 | 0 | 0.24 | 0.34 | 0.02 | 18.84 | 0.91 | 0.82 |
| Hex | FB | C0 | A5 | 0 | 18 | 22 | 2 | 13 | 5B | 52 |
| Octal | 373 | 300 | 245 | 0 | 30 | 42 | 2 | 23 | 133 | 122 |
| Binary | 11111011 | 11000000 | 10100101 | 0 | 11000 | 100010 | 10 | 10011 | 1011011 | 1010010 |
Color Harmonies of #FBC0A5
Complementary color
Monochromatic Colors of #FBC0A5
Black with #FBC0A5
Text Example
Text Example
White with #FBC0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC0A5; }
p { color: rgb(251,192,165); }
H1.HeaderClassName
{
color: #FBC0A5;
}
.AnyTagClassName
{
color: #FBC0A5;
}
</style>
background-color css
<style>
a { background-color: #FBC0A5; }
a { background-color: rgb(251,192,165); }
div.DivClassName
{
background-color: #FBC0A5;
}
.BgClassName
{
background-color: #FBC0A5;
}
</style>
border-color css
<style>
span { border-color: #FBC0A5; }
span { border-color: rgb(251,192,165); }
td.TdClassName
{
border-color: #FBC0A5;
}
.TagClassName
{
border-color: #FBC0A5;
}
</style>