Shades of Romantic #FDC093
Tints of Romantic #FDC093
RGB
CMYK
RGB Variations
Color information
#FDC093 (or 0xFDC093) is known color: Romantic. HEX triplet: FD, C0 and 93. RGB value is (253,192,147). Sum of RGB (Red+Green+Blue) = 253+192+147=592 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.74% from 592); Green value is 192 (75.39% from 255 or 32.43% from 592); Blue value is 147 (57.81% from 255 or 24.83% from 592); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC093 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC093 is #023F6C. Grayscale: #CDCDCD. Windows color (decimal): -147309 or 9683197. OLE color: 9683197.
HSL color Cylindrical-coordinate representation of color #FDC093: hue angle of 25.47º degrees, saturation: 0.96, 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 #FDC093 is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 147 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.01 |
| HSL | 25.47º | 0.96% | 0.78% | - |
| HSV(B) | 25.47º | 0.42% | 0.99% | - |
| XYZ | 64.62 | 60.69 | 35.91 | - |
| YUV | 205.11 | 95.21 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 147 | 0 | 0.24 | 0.42 | 0.01 | 25.47 | 0.96 | 0.78 |
| Hex | FD | C0 | 93 | 0 | 18 | 2A | 1 | 19 | 60 | 4E |
| Octal | 375 | 300 | 223 | 0 | 30 | 52 | 1 | 31 | 140 | 116 |
| Binary | 11111101 | 11000000 | 10010011 | 0 | 11000 | 101010 | 1 | 11001 | 1100000 | 1001110 |
Color Harmonies of #FDC093
Complementary color
Monochromatic Colors of #FDC093
Black with #FDC093
Text Example
Text Example
White with #FDC093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC093; }
p { color: rgb(253,192,147); }
H1.HeaderClassName
{
color: #FDC093;
}
.AnyTagClassName
{
color: #FDC093;
}
</style>
background-color css
<style>
a { background-color: #FDC093; }
a { background-color: rgb(253,192,147); }
div.DivClassName
{
background-color: #FDC093;
}
.BgClassName
{
background-color: #FDC093;
}
</style>
border-color css
<style>
span { border-color: #FDC093; }
span { border-color: rgb(253,192,147); }
td.TdClassName
{
border-color: #FDC093;
}
.TagClassName
{
border-color: #FDC093;
}
</style>