Shades of Romantic #FBC1A2
Tints of Romantic #FBC1A2
RGB
CMYK
RGB Variations
Color information
#FBC1A2 (or 0xFBC1A2) is known color: Romantic. HEX triplet: FB, C1 and A2. RGB value is (251,193,162). Sum of RGB (Red+Green+Blue) = 251+193+162=606 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.42% from 606); Green value is 193 (75.78% from 255 or 31.85% from 606); Blue value is 162 (63.67% from 255 or 26.73% from 606); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC1A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC1A2 is #043E5D. Grayscale: #CECECE. Windows color (decimal): -278110 or 10666491. OLE color: 10666491.
HSL color Cylindrical-coordinate representation of color #FBC1A2: hue angle of 20.9º 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 #FBC1A2 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 193 | 162 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.02 |
| HSL | 20.9º | 0.92% | 0.81% | - |
| HSV(B) | 20.9º | 0.35% | 0.98% | - |
| XYZ | 65.38 | 61.26 | 42.56 | - |
| YUV | 206.81 | 102.72 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 193 | 162 | 0 | 0.23 | 0.35 | 0.02 | 20.9 | 0.92 | 0.81 |
| Hex | FB | C1 | A2 | 0 | 17 | 23 | 2 | 15 | 5C | 51 |
| Octal | 373 | 301 | 242 | 0 | 27 | 43 | 2 | 25 | 134 | 121 |
| Binary | 11111011 | 11000001 | 10100010 | 0 | 10111 | 100011 | 10 | 10101 | 1011100 | 1010001 |
Color Harmonies of #FBC1A2
Complementary color
Monochromatic Colors of #FBC1A2
Black with #FBC1A2
Text Example
Text Example
White with #FBC1A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC1A2; }
p { color: rgb(251,193,162); }
H1.HeaderClassName
{
color: #FBC1A2;
}
.AnyTagClassName
{
color: #FBC1A2;
}
</style>
background-color css
<style>
a { background-color: #FBC1A2; }
a { background-color: rgb(251,193,162); }
div.DivClassName
{
background-color: #FBC1A2;
}
.BgClassName
{
background-color: #FBC1A2;
}
</style>
border-color css
<style>
span { border-color: #FBC1A2; }
span { border-color: rgb(251,193,162); }
td.TdClassName
{
border-color: #FBC1A2;
}
.TagClassName
{
border-color: #FBC1A2;
}
</style>