Shades of Romantic #FFC293
Tints of Romantic #FFC293
RGB
CMYK
RGB Variations
Color information
#FFC293 (or 0xFFC293) is known color: Romantic. HEX triplet: FF, C2 and 93. RGB value is (255,194,147). Sum of RGB (Red+Green+Blue) = 255+194+147=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 194 (76.17% from 255 or 32.55% from 596); Blue value is 147 (57.81% from 255 or 24.66% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC293 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC293 is #003D6C. Grayscale: #CFCFCF. Windows color (decimal): -15725 or 9683711. OLE color: 9683711.
HSL color Cylindrical-coordinate representation of color #FFC293: hue angle of 26.11º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FFC293 is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 147 | - |
| CMYK | 0 | 0.24 | 0.42 | 0 |
| HSL | 26.11º | 1% | 0.79% | - |
| HSV(B) | 26.11º | 0.42% | 1% | - |
| XYZ | 65.8 | 61.95 | 36.09 | - |
| YUV | 206.88 | 94.21 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 147 | 0 | 0.24 | 0.42 | 0 | 26.11 | 1 | 0.79 |
| Hex | FF | C2 | 93 | 0 | 18 | 2A | 0 | 1A | 64 | 4F |
| Octal | 377 | 302 | 223 | 0 | 30 | 52 | 0 | 32 | 144 | 117 |
| Binary | 11111111 | 11000010 | 10010011 | 0 | 11000 | 101010 | 0 | 11010 | 1100100 | 1001111 |
Color Harmonies of #FFC293
Complementary color
Monochromatic Colors of #FFC293
Black with #FFC293
Text Example
Text Example
White with #FFC293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC293; }
p { color: rgb(255,194,147); }
H1.HeaderClassName
{
color: #FFC293;
}
.AnyTagClassName
{
color: #FFC293;
}
</style>
background-color css
<style>
a { background-color: #FFC293; }
a { background-color: rgb(255,194,147); }
div.DivClassName
{
background-color: #FFC293;
}
.BgClassName
{
background-color: #FFC293;
}
</style>
border-color css
<style>
span { border-color: #FFC293; }
span { border-color: rgb(255,194,147); }
td.TdClassName
{
border-color: #FFC293;
}
.TagClassName
{
border-color: #FFC293;
}
</style>