Shades of Romantic #FBC6A2
Tints of Romantic #FBC6A2
RGB
CMYK
RGB Variations
Color information
#FBC6A2 (or 0xFBC6A2) is known color: Romantic. HEX triplet: FB, C6 and A2. RGB value is (251,198,162). Sum of RGB (Red+Green+Blue) = 251+198+162=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 198 (77.73% from 255 or 32.41% from 611); Blue value is 162 (63.67% from 255 or 26.51% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC6A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC6A2 is #04395D. Grayscale: #D1D1D1. Windows color (decimal): -276830 or 10667771. OLE color: 10667771.
HSL color Cylindrical-coordinate representation of color #FBC6A2: hue angle of 24.27º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FBC6A2 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 198 | 162 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.02 |
| HSL | 24.27º | 0.92% | 0.81% | - |
| HSV(B) | 24.27º | 0.35% | 0.98% | - |
| XYZ | 66.5 | 63.51 | 42.94 | - |
| YUV | 209.74 | 101.06 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 198 | 162 | 0 | 0.21 | 0.35 | 0.02 | 24.27 | 0.92 | 0.81 |
| Hex | FB | C6 | A2 | 0 | 15 | 23 | 2 | 18 | 5C | 51 |
| Octal | 373 | 306 | 242 | 0 | 25 | 43 | 2 | 30 | 134 | 121 |
| Binary | 11111011 | 11000110 | 10100010 | 0 | 10101 | 100011 | 10 | 11000 | 1011100 | 1010001 |
Color Harmonies of #FBC6A2
Complementary color
Monochromatic Colors of #FBC6A2
Black with #FBC6A2
Text Example
Text Example
White with #FBC6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC6A2; }
p { color: rgb(251,198,162); }
H1.HeaderClassName
{
color: #FBC6A2;
}
.AnyTagClassName
{
color: #FBC6A2;
}
</style>
background-color css
<style>
a { background-color: #FBC6A2; }
a { background-color: rgb(251,198,162); }
div.DivClassName
{
background-color: #FBC6A2;
}
.BgClassName
{
background-color: #FBC6A2;
}
</style>
border-color css
<style>
span { border-color: #FBC6A2; }
span { border-color: rgb(251,198,162); }
td.TdClassName
{
border-color: #FBC6A2;
}
.TagClassName
{
border-color: #FBC6A2;
}
</style>