Shades of Romantic #FBC0A2
Tints of Romantic #FBC0A2
RGB
CMYK
RGB Variations
Color information
#FBC0A2 (or 0xFBC0A2) is known color: Romantic. HEX triplet: FB, C0 and A2. RGB value is (251,192,162). Sum of RGB (Red+Green+Blue) = 251+192+162=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 192 (75.39% from 255 or 31.74% from 605); Blue value is 162 (63.67% from 255 or 26.78% from 605); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC0A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC0A2 is #043F5D. Grayscale: #CECECE. Windows color (decimal): -278366 or 10666235. OLE color: 10666235.
HSL color Cylindrical-coordinate representation of color #FBC0A2: hue angle of 20.22º 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 #FBC0A2 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 162 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.02 |
| HSL | 20.22º | 0.92% | 0.81% | - |
| HSV(B) | 20.22º | 0.35% | 0.98% | - |
| XYZ | 65.15 | 60.82 | 42.49 | - |
| YUV | 206.22 | 103.05 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 162 | 0 | 0.24 | 0.35 | 0.02 | 20.22 | 0.92 | 0.81 |
| Hex | FB | C0 | A2 | 0 | 18 | 23 | 2 | 14 | 5C | 51 |
| Octal | 373 | 300 | 242 | 0 | 30 | 43 | 2 | 24 | 134 | 121 |
| Binary | 11111011 | 11000000 | 10100010 | 0 | 11000 | 100011 | 10 | 10100 | 1011100 | 1010001 |
Color Harmonies of #FBC0A2
Complementary color
Monochromatic Colors of #FBC0A2
Black with #FBC0A2
Text Example
Text Example
White with #FBC0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC0A2; }
p { color: rgb(251,192,162); }
H1.HeaderClassName
{
color: #FBC0A2;
}
.AnyTagClassName
{
color: #FBC0A2;
}
</style>
background-color css
<style>
a { background-color: #FBC0A2; }
a { background-color: rgb(251,192,162); }
div.DivClassName
{
background-color: #FBC0A2;
}
.BgClassName
{
background-color: #FBC0A2;
}
</style>
border-color css
<style>
span { border-color: #FBC0A2; }
span { border-color: rgb(251,192,162); }
td.TdClassName
{
border-color: #FBC0A2;
}
.TagClassName
{
border-color: #FBC0A2;
}
</style>