Shades of Romantic #FBC3A5
Tints of Romantic #FBC3A5
RGB
CMYK
RGB Variations
Color information
#FBC3A5 (or 0xFBC3A5) is known color: Romantic. HEX triplet: FB, C3 and A5. RGB value is (251,195,165). Sum of RGB (Red+Green+Blue) = 251+195+165=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 195 (76.56% from 255 or 31.91% from 611); Blue value is 165 (64.84% from 255 or 27.00% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC3A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC3A5 is #043C5A. Grayscale: #D0D0D0. Windows color (decimal): -277595 or 10863611. OLE color: 10863611.
HSL color Cylindrical-coordinate representation of color #FBC3A5: hue angle of 20.93º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FBC3A5 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 195 | 165 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.02 |
| HSL | 20.93º | 0.91% | 0.82% | - |
| HSV(B) | 20.93º | 0.34% | 0.98% | - |
| XYZ | 66.09 | 62.26 | 44.13 | - |
| YUV | 208.32 | 103.55 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 195 | 165 | 0 | 0.22 | 0.34 | 0.02 | 20.93 | 0.91 | 0.82 |
| Hex | FB | C3 | A5 | 0 | 16 | 22 | 2 | 15 | 5B | 52 |
| Octal | 373 | 303 | 245 | 0 | 26 | 42 | 2 | 25 | 133 | 122 |
| Binary | 11111011 | 11000011 | 10100101 | 0 | 10110 | 100010 | 10 | 10101 | 1011011 | 1010010 |
Color Harmonies of #FBC3A5
Complementary color
Monochromatic Colors of #FBC3A5
Black with #FBC3A5
Text Example
Text Example
White with #FBC3A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC3A5; }
p { color: rgb(251,195,165); }
H1.HeaderClassName
{
color: #FBC3A5;
}
.AnyTagClassName
{
color: #FBC3A5;
}
</style>
background-color css
<style>
a { background-color: #FBC3A5; }
a { background-color: rgb(251,195,165); }
div.DivClassName
{
background-color: #FBC3A5;
}
.BgClassName
{
background-color: #FBC3A5;
}
</style>
border-color css
<style>
span { border-color: #FBC3A5; }
span { border-color: rgb(251,195,165); }
td.TdClassName
{
border-color: #FBC3A5;
}
.TagClassName
{
border-color: #FBC3A5;
}
</style>