Shades of Romantic #FBBEA3
Tints of Romantic #FBBEA3
RGB
CMYK
RGB Variations
Color information
#FBBEA3 (or 0xFBBEA3) is known color: Romantic. HEX triplet: FB, BE and A3. RGB value is (251,190,163). Sum of RGB (Red+Green+Blue) = 251+190+163=604 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.56% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 163 (64.06% from 255 or 26.99% from 604); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBEA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBEA3 is #04415C. Grayscale: #CDCDCD. Windows color (decimal): -278877 or 10731259. OLE color: 10731259.
HSL color Cylindrical-coordinate representation of color #FBBEA3: hue angle of 18.41º 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 #FBBEA3 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 190 | 163 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.02 |
| HSL | 18.41º | 0.92% | 0.81% | - |
| HSV(B) | 18.41º | 0.35% | 0.98% | - |
| XYZ | 64.81 | 59.98 | 42.81 | - |
| YUV | 205.16 | 104.21 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 190 | 163 | 0 | 0.24 | 0.35 | 0.02 | 18.41 | 0.92 | 0.81 |
| Hex | FB | BE | A3 | 0 | 18 | 23 | 2 | 12 | 5C | 51 |
| Octal | 373 | 276 | 243 | 0 | 30 | 43 | 2 | 22 | 134 | 121 |
| Binary | 11111011 | 10111110 | 10100011 | 0 | 11000 | 100011 | 10 | 10010 | 1011100 | 1010001 |
Color Harmonies of #FBBEA3
Complementary color
Monochromatic Colors of #FBBEA3
Black with #FBBEA3
Text Example
Text Example
White with #FBBEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBEA3; }
p { color: rgb(251,190,163); }
H1.HeaderClassName
{
color: #FBBEA3;
}
.AnyTagClassName
{
color: #FBBEA3;
}
</style>
background-color css
<style>
a { background-color: #FBBEA3; }
a { background-color: rgb(251,190,163); }
div.DivClassName
{
background-color: #FBBEA3;
}
.BgClassName
{
background-color: #FBBEA3;
}
</style>
border-color css
<style>
span { border-color: #FBBEA3; }
span { border-color: rgb(251,190,163); }
td.TdClassName
{
border-color: #FBBEA3;
}
.TagClassName
{
border-color: #FBBEA3;
}
</style>