Shades of Romantic #FCC394
Tints of Romantic #FCC394
RGB
CMYK
RGB Variations
Color information
#FCC394 (or 0xFCC394) is known color: Romantic. HEX triplet: FC, C3 and 94. RGB value is (252,195,148). Sum of RGB (Red+Green+Blue) = 252+195+148=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 195 (76.56% from 255 or 32.77% from 595); Blue value is 148 (58.20% from 255 or 24.87% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC394 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC394 is #033C6B. Grayscale: #CECECE. Windows color (decimal): -212076 or 9749500. OLE color: 9749500.
HSL color Cylindrical-coordinate representation of color #FCC394: hue angle of 27.12º 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 #FCC394 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 148 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.01 |
| HSL | 27.12º | 0.95% | 0.78% | - |
| HSV(B) | 27.12º | 0.41% | 0.99% | - |
| XYZ | 65.01 | 61.86 | 36.53 | - |
| YUV | 206.69 | 94.88 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 148 | 0 | 0.23 | 0.41 | 0.01 | 27.12 | 0.95 | 0.78 |
| Hex | FC | C3 | 94 | 0 | 17 | 29 | 1 | 1B | 5F | 4E |
| Octal | 374 | 303 | 224 | 0 | 27 | 51 | 1 | 33 | 137 | 116 |
| Binary | 11111100 | 11000011 | 10010100 | 0 | 10111 | 101001 | 1 | 11011 | 1011111 | 1001110 |
Color Harmonies of #FCC394
Complementary color
Monochromatic Colors of #FCC394
Black with #FCC394
Text Example
Text Example
White with #FCC394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC394; }
p { color: rgb(252,195,148); }
H1.HeaderClassName
{
color: #FCC394;
}
.AnyTagClassName
{
color: #FCC394;
}
</style>
background-color css
<style>
a { background-color: #FCC394; }
a { background-color: rgb(252,195,148); }
div.DivClassName
{
background-color: #FCC394;
}
.BgClassName
{
background-color: #FCC394;
}
</style>
border-color css
<style>
span { border-color: #FCC394; }
span { border-color: rgb(252,195,148); }
td.TdClassName
{
border-color: #FCC394;
}
.TagClassName
{
border-color: #FCC394;
}
</style>