Shades of Romantic #FBC0A6
Tints of Romantic #FBC0A6
RGB
CMYK
RGB Variations
Color information
#FBC0A6 (or 0xFBC0A6) is known color: Romantic. HEX triplet: FB, C0 and A6. RGB value is (251,192,166). Sum of RGB (Red+Green+Blue) = 251+192+166=609 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.22% from 609); Green value is 192 (75.39% from 255 or 31.53% from 609); Blue value is 166 (65.23% from 255 or 27.26% from 609); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC0A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC0A6 is #043F59. Grayscale: #CECECE. Windows color (decimal): -278362 or 10928379. OLE color: 10928379.
HSL color Cylindrical-coordinate representation of color #FBC0A6: hue angle of 18.35º 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 #FBC0A6 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 166 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.02 |
| HSL | 18.35º | 0.91% | 0.82% | - |
| HSV(B) | 18.35º | 0.34% | 0.98% | - |
| XYZ | 65.52 | 60.96 | 44.39 | - |
| YUV | 206.68 | 105.05 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 166 | 0 | 0.24 | 0.34 | 0.02 | 18.35 | 0.91 | 0.82 |
| Hex | FB | C0 | A6 | 0 | 18 | 22 | 2 | 12 | 5B | 52 |
| Octal | 373 | 300 | 246 | 0 | 30 | 42 | 2 | 22 | 133 | 122 |
| Binary | 11111011 | 11000000 | 10100110 | 0 | 11000 | 100010 | 10 | 10010 | 1011011 | 1010010 |
Color Harmonies of #FBC0A6
Complementary color
Monochromatic Colors of #FBC0A6
Black with #FBC0A6
Text Example
Text Example
White with #FBC0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC0A6; }
p { color: rgb(251,192,166); }
H1.HeaderClassName
{
color: #FBC0A6;
}
.AnyTagClassName
{
color: #FBC0A6;
}
</style>
background-color css
<style>
a { background-color: #FBC0A6; }
a { background-color: rgb(251,192,166); }
div.DivClassName
{
background-color: #FBC0A6;
}
.BgClassName
{
background-color: #FBC0A6;
}
</style>
border-color css
<style>
span { border-color: #FBC0A6; }
span { border-color: rgb(251,192,166); }
td.TdClassName
{
border-color: #FBC0A6;
}
.TagClassName
{
border-color: #FBC0A6;
}
</style>