Shades of Romantic #FDC094
Tints of Romantic #FDC094
RGB
CMYK
RGB Variations
Color information
#FDC094 (or 0xFDC094) is known color: Romantic. HEX triplet: FD, C0 and 94. RGB value is (253,192,148). Sum of RGB (Red+Green+Blue) = 253+192+148=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 192 (75.39% from 255 or 32.38% from 593); Blue value is 148 (58.20% from 255 or 24.96% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC094 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC094 is #023F6B. Grayscale: #CDCDCD. Windows color (decimal): -147308 or 9748733. OLE color: 9748733.
HSL color Cylindrical-coordinate representation of color #FDC094: hue angle of 25.14º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FDC094 is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 148 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.01 |
| HSL | 25.14º | 0.96% | 0.79% | - |
| HSV(B) | 25.14º | 0.42% | 0.99% | - |
| XYZ | 64.7 | 60.72 | 36.33 | - |
| YUV | 205.22 | 95.71 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 148 | 0 | 0.24 | 0.42 | 0.01 | 25.14 | 0.96 | 0.79 |
| Hex | FD | C0 | 94 | 0 | 18 | 2A | 1 | 19 | 60 | 4F |
| Octal | 375 | 300 | 224 | 0 | 30 | 52 | 1 | 31 | 140 | 117 |
| Binary | 11111101 | 11000000 | 10010100 | 0 | 11000 | 101010 | 1 | 11001 | 1100000 | 1001111 |
Color Harmonies of #FDC094
Complementary color
Monochromatic Colors of #FDC094
Black with #FDC094
Text Example
Text Example
White with #FDC094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC094; }
p { color: rgb(253,192,148); }
H1.HeaderClassName
{
color: #FDC094;
}
.AnyTagClassName
{
color: #FDC094;
}
</style>
background-color css
<style>
a { background-color: #FDC094; }
a { background-color: rgb(253,192,148); }
div.DivClassName
{
background-color: #FDC094;
}
.BgClassName
{
background-color: #FDC094;
}
</style>
border-color css
<style>
span { border-color: #FDC094; }
span { border-color: rgb(253,192,148); }
td.TdClassName
{
border-color: #FDC094;
}
.TagClassName
{
border-color: #FDC094;
}
</style>