Shades of Romantic #FCC095
Tints of Romantic #FCC095
RGB
CMYK
RGB Variations
Color information
#FCC095 (or 0xFCC095) is known color: Romantic. HEX triplet: FC, C0 and 95. RGB value is (252,192,149). Sum of RGB (Red+Green+Blue) = 252+192+149=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 192 (75.39% from 255 or 32.38% from 593); Blue value is 149 (58.59% from 255 or 25.13% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC095 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC095 is #033F6A. Grayscale: #CDCDCD. Windows color (decimal): -212843 or 9814268. OLE color: 9814268.
HSL color Cylindrical-coordinate representation of color #FCC095: hue angle of 25.05º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FCC095 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 149 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.01 |
| HSL | 25.05º | 0.94% | 0.79% | - |
| HSV(B) | 25.05º | 0.41% | 0.99% | - |
| XYZ | 64.42 | 60.56 | 36.73 | - |
| YUV | 205.04 | 96.38 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 149 | 0 | 0.24 | 0.41 | 0.01 | 25.05 | 0.94 | 0.79 |
| Hex | FC | C0 | 95 | 0 | 18 | 29 | 1 | 19 | 5E | 4F |
| Octal | 374 | 300 | 225 | 0 | 30 | 51 | 1 | 31 | 136 | 117 |
| Binary | 11111100 | 11000000 | 10010101 | 0 | 11000 | 101001 | 1 | 11001 | 1011110 | 1001111 |
Color Harmonies of #FCC095
Complementary color
Monochromatic Colors of #FCC095
Black with #FCC095
Text Example
Text Example
White with #FCC095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC095; }
p { color: rgb(252,192,149); }
H1.HeaderClassName
{
color: #FCC095;
}
.AnyTagClassName
{
color: #FCC095;
}
</style>
background-color css
<style>
a { background-color: #FCC095; }
a { background-color: rgb(252,192,149); }
div.DivClassName
{
background-color: #FCC095;
}
.BgClassName
{
background-color: #FCC095;
}
</style>
border-color css
<style>
span { border-color: #FCC095; }
span { border-color: rgb(252,192,149); }
td.TdClassName
{
border-color: #FCC095;
}
.TagClassName
{
border-color: #FCC095;
}
</style>