Shades of Romantic #FCBE9C
Tints of Romantic #FCBE9C
RGB
CMYK
RGB Variations
Color information
#FCBE9C (or 0xFCBE9C) is known color: Romantic. HEX triplet: FC, BE and 9C. RGB value is (252,190,156). Sum of RGB (Red+Green+Blue) = 252+190+156=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 190 (74.61% from 255 or 31.77% from 598); Blue value is 156 (61.33% from 255 or 26.09% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBE9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBE9C is #034163. Grayscale: #CCCCCC. Windows color (decimal): -213348 or 10272508. OLE color: 10272508.
HSL color Cylindrical-coordinate representation of color #FCBE9C: hue angle of 21.25º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FCBE9C is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 190 | 156 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.01 |
| HSL | 21.25º | 0.94% | 0.8% | - |
| HSV(B) | 21.25º | 0.38% | 0.99% | - |
| XYZ | 64.56 | 59.92 | 39.62 | - |
| YUV | 204.66 | 100.54 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 190 | 156 | 0 | 0.25 | 0.38 | 0.01 | 21.25 | 0.94 | 0.8 |
| Hex | FC | BE | 9C | 0 | 19 | 26 | 1 | 15 | 5E | 50 |
| Octal | 374 | 276 | 234 | 0 | 31 | 46 | 1 | 25 | 136 | 120 |
| Binary | 11111100 | 10111110 | 10011100 | 0 | 11001 | 100110 | 1 | 10101 | 1011110 | 1010000 |
Color Harmonies of #FCBE9C
Complementary color
Monochromatic Colors of #FCBE9C
Black with #FCBE9C
Text Example
Text Example
White with #FCBE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBE9C; }
p { color: rgb(252,190,156); }
H1.HeaderClassName
{
color: #FCBE9C;
}
.AnyTagClassName
{
color: #FCBE9C;
}
</style>
background-color css
<style>
a { background-color: #FCBE9C; }
a { background-color: rgb(252,190,156); }
div.DivClassName
{
background-color: #FCBE9C;
}
.BgClassName
{
background-color: #FCBE9C;
}
</style>
border-color css
<style>
span { border-color: #FCBE9C; }
span { border-color: rgb(252,190,156); }
td.TdClassName
{
border-color: #FCBE9C;
}
.TagClassName
{
border-color: #FCBE9C;
}
</style>