Shades of Romantic #FBC1A1
Tints of Romantic #FBC1A1
RGB
CMYK
RGB Variations
Color information
#FBC1A1 (or 0xFBC1A1) is known color: Romantic. HEX triplet: FB, C1 and A1. RGB value is (251,193,161). Sum of RGB (Red+Green+Blue) = 251+193+161=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 193 (75.78% from 255 or 31.90% from 605); Blue value is 161 (63.28% from 255 or 26.61% from 605); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC1A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC1A1 is #043E5E. Grayscale: #CECECE. Windows color (decimal): -278111 or 10600955. OLE color: 10600955.
HSL color Cylindrical-coordinate representation of color #FBC1A1: hue angle of 21.33º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FBC1A1 is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 193 | 161 | - |
| CMYK | 0 | 0.23 | 0.36 | 0.02 |
| HSL | 21.33º | 0.92% | 0.81% | - |
| HSV(B) | 21.33º | 0.36% | 0.98% | - |
| XYZ | 65.29 | 61.22 | 42.09 | - |
| YUV | 206.69 | 102.22 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 193 | 161 | 0 | 0.23 | 0.36 | 0.02 | 21.33 | 0.92 | 0.81 |
| Hex | FB | C1 | A1 | 0 | 17 | 24 | 2 | 15 | 5C | 51 |
| Octal | 373 | 301 | 241 | 0 | 27 | 44 | 2 | 25 | 134 | 121 |
| Binary | 11111011 | 11000001 | 10100001 | 0 | 10111 | 100100 | 10 | 10101 | 1011100 | 1010001 |
Color Harmonies of #FBC1A1
Complementary color
Monochromatic Colors of #FBC1A1
Black with #FBC1A1
Text Example
Text Example
White with #FBC1A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC1A1; }
p { color: rgb(251,193,161); }
H1.HeaderClassName
{
color: #FBC1A1;
}
.AnyTagClassName
{
color: #FBC1A1;
}
</style>
background-color css
<style>
a { background-color: #FBC1A1; }
a { background-color: rgb(251,193,161); }
div.DivClassName
{
background-color: #FBC1A1;
}
.BgClassName
{
background-color: #FBC1A1;
}
</style>
border-color css
<style>
span { border-color: #FBC1A1; }
span { border-color: rgb(251,193,161); }
td.TdClassName
{
border-color: #FBC1A1;
}
.TagClassName
{
border-color: #FBC1A1;
}
</style>