Shades of Romantic #FCC293
Tints of Romantic #FCC293
RGB
CMYK
RGB Variations
Color information
#FCC293 (or 0xFCC293) is known color: Romantic. HEX triplet: FC, C2 and 93. RGB value is (252,194,147). Sum of RGB (Red+Green+Blue) = 252+194+147=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 194 (76.17% from 255 or 32.72% from 593); Blue value is 147 (57.81% from 255 or 24.79% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC293 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC293 is #033D6C. Grayscale: #CECECE. Windows color (decimal): -212333 or 9683708. OLE color: 9683708.
HSL color Cylindrical-coordinate representation of color #FCC293: hue angle of 26.86º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FCC293 is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 147 | - |
| CMYK | 0 | 0.23 | 0.42 | 0.01 |
| HSL | 26.86º | 0.95% | 0.78% | - |
| HSV(B) | 26.86º | 0.42% | 0.99% | - |
| XYZ | 64.7 | 61.39 | 36.04 | - |
| YUV | 205.98 | 94.72 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 147 | 0 | 0.23 | 0.42 | 0.01 | 26.86 | 0.95 | 0.78 |
| Hex | FC | C2 | 93 | 0 | 17 | 2A | 1 | 1B | 5F | 4E |
| Octal | 374 | 302 | 223 | 0 | 27 | 52 | 1 | 33 | 137 | 116 |
| Binary | 11111100 | 11000010 | 10010011 | 0 | 10111 | 101010 | 1 | 11011 | 1011111 | 1001110 |
Color Harmonies of #FCC293
Complementary color
Monochromatic Colors of #FCC293
Black with #FCC293
Text Example
Text Example
White with #FCC293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC293; }
p { color: rgb(252,194,147); }
H1.HeaderClassName
{
color: #FCC293;
}
.AnyTagClassName
{
color: #FCC293;
}
</style>
background-color css
<style>
a { background-color: #FCC293; }
a { background-color: rgb(252,194,147); }
div.DivClassName
{
background-color: #FCC293;
}
.BgClassName
{
background-color: #FCC293;
}
</style>
border-color css
<style>
span { border-color: #FCC293; }
span { border-color: rgb(252,194,147); }
td.TdClassName
{
border-color: #FCC293;
}
.TagClassName
{
border-color: #FCC293;
}
</style>