Shades of Romantic #FDC095
Tints of Romantic #FDC095
RGB
CMYK
RGB Variations
Color information
#FDC095 (or 0xFDC095) is known color: Romantic. HEX triplet: FD, C0 and 95. RGB value is (253,192,149). Sum of RGB (Red+Green+Blue) = 253+192+149=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 192 (75.39% from 255 or 32.32% from 594); Blue value is 149 (58.59% from 255 or 25.08% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC095 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC095 is #023F6A. Grayscale: #CDCDCD. Windows color (decimal): -147307 or 9814269. OLE color: 9814269.
HSL color Cylindrical-coordinate representation of color #FDC095: hue angle of 24.81º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FDC095 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 149 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.01 |
| HSL | 24.81º | 0.96% | 0.79% | - |
| HSV(B) | 24.81º | 0.41% | 0.99% | - |
| XYZ | 64.78 | 60.75 | 36.75 | - |
| YUV | 205.34 | 96.21 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 149 | 0 | 0.24 | 0.41 | 0.01 | 24.81 | 0.96 | 0.79 |
| Hex | FD | C0 | 95 | 0 | 18 | 29 | 1 | 19 | 60 | 4F |
| Octal | 375 | 300 | 225 | 0 | 30 | 51 | 1 | 31 | 140 | 117 |
| Binary | 11111101 | 11000000 | 10010101 | 0 | 11000 | 101001 | 1 | 11001 | 1100000 | 1001111 |
Color Harmonies of #FDC095
Complementary color
Monochromatic Colors of #FDC095
Black with #FDC095
Text Example
Text Example
White with #FDC095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC095; }
p { color: rgb(253,192,149); }
H1.HeaderClassName
{
color: #FDC095;
}
.AnyTagClassName
{
color: #FDC095;
}
</style>
background-color css
<style>
a { background-color: #FDC095; }
a { background-color: rgb(253,192,149); }
div.DivClassName
{
background-color: #FDC095;
}
.BgClassName
{
background-color: #FDC095;
}
</style>
border-color css
<style>
span { border-color: #FDC095; }
span { border-color: rgb(253,192,149); }
td.TdClassName
{
border-color: #FDC095;
}
.TagClassName
{
border-color: #FDC095;
}
</style>