Shades of Romantic #FCC094
Tints of Romantic #FCC094
RGB
CMYK
RGB Variations
Color information
#FCC094 (or 0xFCC094) is known color: Romantic. HEX triplet: FC, C0 and 94. RGB value is (252,192,148). Sum of RGB (Red+Green+Blue) = 252+192+148=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 192 (75.39% from 255 or 32.43% from 592); Blue value is 148 (58.20% from 255 or 25% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC094 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC094 is #033F6B. Grayscale: #CDCDCD. Windows color (decimal): -212844 or 9748732. OLE color: 9748732.
HSL color Cylindrical-coordinate representation of color #FCC094: hue angle of 25.38º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FCC094 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 148 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.01 |
| HSL | 25.38º | 0.95% | 0.78% | - |
| HSV(B) | 25.38º | 0.41% | 0.99% | - |
| XYZ | 64.34 | 60.53 | 36.31 | - |
| YUV | 204.92 | 95.88 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 148 | 0 | 0.24 | 0.41 | 0.01 | 25.38 | 0.95 | 0.78 |
| Hex | FC | C0 | 94 | 0 | 18 | 29 | 1 | 19 | 5F | 4E |
| Octal | 374 | 300 | 224 | 0 | 30 | 51 | 1 | 31 | 137 | 116 |
| Binary | 11111100 | 11000000 | 10010100 | 0 | 11000 | 101001 | 1 | 11001 | 1011111 | 1001110 |
Color Harmonies of #FCC094
Complementary color
Monochromatic Colors of #FCC094
Black with #FCC094
Text Example
Text Example
White with #FCC094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC094; }
p { color: rgb(252,192,148); }
H1.HeaderClassName
{
color: #FCC094;
}
.AnyTagClassName
{
color: #FCC094;
}
</style>
background-color css
<style>
a { background-color: #FCC094; }
a { background-color: rgb(252,192,148); }
div.DivClassName
{
background-color: #FCC094;
}
.BgClassName
{
background-color: #FCC094;
}
</style>
border-color css
<style>
span { border-color: #FCC094; }
span { border-color: rgb(252,192,148); }
td.TdClassName
{
border-color: #FCC094;
}
.TagClassName
{
border-color: #FCC094;
}
</style>