Shades of Romantic #FDC195
Tints of Romantic #FDC195
RGB
CMYK
RGB Variations
Color information
#FDC195 (or 0xFDC195) is known color: Romantic. HEX triplet: FD, C1 and 95. RGB value is (253,193,149). Sum of RGB (Red+Green+Blue) = 253+193+149=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 193 (75.78% from 255 or 32.44% from 595); Blue value is 149 (58.59% from 255 or 25.04% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC195 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC195 is #023E6A. Grayscale: #CECECE. Windows color (decimal): -147051 or 9814525. OLE color: 9814525.
HSL color Cylindrical-coordinate representation of color #FDC195: hue angle of 25.38º 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 #FDC195 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 149 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.01 |
| HSL | 25.38º | 0.96% | 0.79% | - |
| HSV(B) | 25.38º | 0.41% | 0.99% | - |
| XYZ | 65 | 61.19 | 36.82 | - |
| YUV | 205.92 | 95.88 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 149 | 0 | 0.24 | 0.41 | 0.01 | 25.38 | 0.96 | 0.79 |
| Hex | FD | C1 | 95 | 0 | 18 | 29 | 1 | 19 | 60 | 4F |
| Octal | 375 | 301 | 225 | 0 | 30 | 51 | 1 | 31 | 140 | 117 |
| Binary | 11111101 | 11000001 | 10010101 | 0 | 11000 | 101001 | 1 | 11001 | 1100000 | 1001111 |
Color Harmonies of #FDC195
Complementary color
Monochromatic Colors of #FDC195
Black with #FDC195
Text Example
Text Example
White with #FDC195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC195; }
p { color: rgb(253,193,149); }
H1.HeaderClassName
{
color: #FDC195;
}
.AnyTagClassName
{
color: #FDC195;
}
</style>
background-color css
<style>
a { background-color: #FDC195; }
a { background-color: rgb(253,193,149); }
div.DivClassName
{
background-color: #FDC195;
}
.BgClassName
{
background-color: #FDC195;
}
</style>
border-color css
<style>
span { border-color: #FDC195; }
span { border-color: rgb(253,193,149); }
td.TdClassName
{
border-color: #FDC195;
}
.TagClassName
{
border-color: #FDC195;
}
</style>