Shades of Romantic #FBC2A2
Tints of Romantic #FBC2A2
RGB
CMYK
RGB Variations
Color information
#FBC2A2 (or 0xFBC2A2) is known color: Romantic. HEX triplet: FB, C2 and A2. RGB value is (251,194,162). Sum of RGB (Red+Green+Blue) = 251+194+162=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 194 (76.17% from 255 or 31.96% from 607); Blue value is 162 (63.67% from 255 or 26.69% from 607); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC2A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC2A2 is #043D5D. Grayscale: #CFCFCF. Windows color (decimal): -277854 or 10666747. OLE color: 10666747.
HSL color Cylindrical-coordinate representation of color #FBC2A2: hue angle of 21.57º 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 #FBC2A2 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 194 | 162 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.02 |
| HSL | 21.57º | 0.92% | 0.81% | - |
| HSV(B) | 21.57º | 0.35% | 0.98% | - |
| XYZ | 65.6 | 61.7 | 42.63 | - |
| YUV | 207.4 | 102.38 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 194 | 162 | 0 | 0.23 | 0.35 | 0.02 | 21.57 | 0.92 | 0.81 |
| Hex | FB | C2 | A2 | 0 | 17 | 23 | 2 | 16 | 5C | 51 |
| Octal | 373 | 302 | 242 | 0 | 27 | 43 | 2 | 26 | 134 | 121 |
| Binary | 11111011 | 11000010 | 10100010 | 0 | 10111 | 100011 | 10 | 10110 | 1011100 | 1010001 |
Color Harmonies of #FBC2A2
Complementary color
Monochromatic Colors of #FBC2A2
Black with #FBC2A2
Text Example
Text Example
White with #FBC2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC2A2; }
p { color: rgb(251,194,162); }
H1.HeaderClassName
{
color: #FBC2A2;
}
.AnyTagClassName
{
color: #FBC2A2;
}
</style>
background-color css
<style>
a { background-color: #FBC2A2; }
a { background-color: rgb(251,194,162); }
div.DivClassName
{
background-color: #FBC2A2;
}
.BgClassName
{
background-color: #FBC2A2;
}
</style>
border-color css
<style>
span { border-color: #FBC2A2; }
span { border-color: rgb(251,194,162); }
td.TdClassName
{
border-color: #FBC2A2;
}
.TagClassName
{
border-color: #FBC2A2;
}
</style>