Shades of Romantic #FCBEA0
Tints of Romantic #FCBEA0
RGB
CMYK
RGB Variations
Color information
#FCBEA0 (or 0xFCBEA0) is known color: Romantic. HEX triplet: FC, BE and A0. RGB value is (252,190,160). Sum of RGB (Red+Green+Blue) = 252+190+160=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 190 (74.61% from 255 or 31.56% from 602); Blue value is 160 (62.89% from 255 or 26.58% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBEA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBEA0 is #03415F. Grayscale: #CDCDCD. Windows color (decimal): -213344 or 10534652. OLE color: 10534652.
HSL color Cylindrical-coordinate representation of color #FCBEA0: hue angle of 19.57º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCBEA0 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 190 | 160 | - |
CMYK | 0 | 0.25 | 0.37 | 0.01 |
HSL | 19.57º | 0.94% | 0.81% | - |
HSV(B) | 19.57º | 0.37% | 0.99% | - |
XYZ | 64.9 | 60.06 | 41.43 | - |
YUV | 205.12 | 102.54 | 161.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 190 | 160 | 0 | 0.25 | 0.37 | 0.01 | 19.57 | 0.94 | 0.81 |
Hex | FC | BE | A0 | 0 | 19 | 25 | 1 | 14 | 5E | 51 |
Octal | 374 | 276 | 240 | 0 | 31 | 45 | 1 | 24 | 136 | 121 |
Binary | 11111100 | 10111110 | 10100000 | 0 | 11001 | 100101 | 1 | 10100 | 1011110 | 1010001 |
Color Harmonies of #FCBEA0
Complementary color
Monochromatic Colors of #FCBEA0
Black with #FCBEA0
Text Example
Text Example
White with #FCBEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBEA0; }
p { color: rgb(252,190,160); }
H1.HeaderClassName
{
color: #FCBEA0;
}
.AnyTagClassName
{
color: #FCBEA0;
}
</style>
background-color css
<style>
a { background-color: #FCBEA0; }
a { background-color: rgb(252,190,160); }
div.DivClassName
{
background-color: #FCBEA0;
}
.BgClassName
{
background-color: #FCBEA0;
}
</style>
border-color css
<style>
span { border-color: #FCBEA0; }
span { border-color: rgb(252,190,160); }
td.TdClassName
{
border-color: #FCBEA0;
}
.TagClassName
{
border-color: #FCBEA0;
}
</style>