Shades of Romantic #FDC192
Tints of Romantic #FDC192
RGB
CMYK
RGB Variations
Color information
#FDC192 (or 0xFDC192) is known color: Romantic. HEX triplet: FD, C1 and 92. RGB value is (253,193,146). Sum of RGB (Red+Green+Blue) = 253+193+146=592 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.74% from 592); Green value is 193 (75.78% from 255 or 32.60% from 592); Blue value is 146 (57.42% from 255 or 24.66% from 592); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC192 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC192 is #023E6D. Grayscale: #CDCDCD. Windows color (decimal): -147054 or 9617917. OLE color: 9617917.
HSL color Cylindrical-coordinate representation of color #FDC192: hue angle of 26.36º 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 #FDC192 is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 146 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.01 |
| HSL | 26.36º | 0.96% | 0.78% | - |
| HSV(B) | 26.36º | 0.42% | 0.99% | - |
| XYZ | 64.77 | 61.1 | 35.57 | - |
| YUV | 205.58 | 94.38 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 146 | 0 | 0.24 | 0.42 | 0.01 | 26.36 | 0.96 | 0.78 |
| Hex | FD | C1 | 92 | 0 | 18 | 2A | 1 | 1A | 60 | 4E |
| Octal | 375 | 301 | 222 | 0 | 30 | 52 | 1 | 32 | 140 | 116 |
| Binary | 11111101 | 11000001 | 10010010 | 0 | 11000 | 101010 | 1 | 11010 | 1100000 | 1001110 |
Color Harmonies of #FDC192
Complementary color
Monochromatic Colors of #FDC192
Black with #FDC192
Text Example
Text Example
White with #FDC192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC192; }
p { color: rgb(253,193,146); }
H1.HeaderClassName
{
color: #FDC192;
}
.AnyTagClassName
{
color: #FDC192;
}
</style>
background-color css
<style>
a { background-color: #FDC192; }
a { background-color: rgb(253,193,146); }
div.DivClassName
{
background-color: #FDC192;
}
.BgClassName
{
background-color: #FDC192;
}
</style>
border-color css
<style>
span { border-color: #FDC192; }
span { border-color: rgb(253,193,146); }
td.TdClassName
{
border-color: #FDC192;
}
.TagClassName
{
border-color: #FDC192;
}
</style>