Shades of Romantic #FBC3A7
Tints of Romantic #FBC3A7
RGB
CMYK
RGB Variations
Color information
#FBC3A7 (or 0xFBC3A7) is known color: Romantic. HEX triplet: FB, C3 and A7. RGB value is (251,195,167). Sum of RGB (Red+Green+Blue) = 251+195+167=613 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.95% from 613); Green value is 195 (76.56% from 255 or 31.81% from 613); Blue value is 167 (65.62% from 255 or 27.24% from 613); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC3A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC3A7 is #043C58. Grayscale: #D0D0D0. Windows color (decimal): -277593 or 10994683. OLE color: 10994683.
HSL color Cylindrical-coordinate representation of color #FBC3A7: hue angle of 20º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBC3A7 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 195 | 167 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.02 |
| HSL | 20º | 0.91% | 0.82% | - |
| HSV(B) | 20º | 0.33% | 0.98% | - |
| XYZ | 66.27 | 62.33 | 45.1 | - |
| YUV | 208.55 | 104.55 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 195 | 167 | 0 | 0.22 | 0.33 | 0.02 | 20 | 0.91 | 0.82 |
| Hex | FB | C3 | A7 | 0 | 16 | 21 | 2 | 14 | 5B | 52 |
| Octal | 373 | 303 | 247 | 0 | 26 | 41 | 2 | 24 | 133 | 122 |
| Binary | 11111011 | 11000011 | 10100111 | 0 | 10110 | 100001 | 10 | 10100 | 1011011 | 1010010 |
Color Harmonies of #FBC3A7
Complementary color
Monochromatic Colors of #FBC3A7
Black with #FBC3A7
Text Example
Text Example
White with #FBC3A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC3A7; }
p { color: rgb(251,195,167); }
H1.HeaderClassName
{
color: #FBC3A7;
}
.AnyTagClassName
{
color: #FBC3A7;
}
</style>
background-color css
<style>
a { background-color: #FBC3A7; }
a { background-color: rgb(251,195,167); }
div.DivClassName
{
background-color: #FBC3A7;
}
.BgClassName
{
background-color: #FBC3A7;
}
</style>
border-color css
<style>
span { border-color: #FBC3A7; }
span { border-color: rgb(251,195,167); }
td.TdClassName
{
border-color: #FBC3A7;
}
.TagClassName
{
border-color: #FBC3A7;
}
</style>