Shades of Romantic #FDC09C
Tints of Romantic #FDC09C
RGB
CMYK
RGB Variations
Color information
#FDC09C (or 0xFDC09C) is known color: Romantic. HEX triplet: FD, C0 and 9C. RGB value is (253,192,156). Sum of RGB (Red+Green+Blue) = 253+192+156=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 192 (75.39% from 255 or 31.95% from 601); Blue value is 156 (61.33% from 255 or 25.96% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC09C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC09C is #023F63. Grayscale: #CECECE. Windows color (decimal): -147300 or 10273021. OLE color: 10273021.
HSL color Cylindrical-coordinate representation of color #FDC09C: hue angle of 22.27º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FDC09C is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 156 | - |
| CMYK | 0 | 0.24 | 0.38 | 0.01 |
| HSL | 22.27º | 0.96% | 0.8% | - |
| HSV(B) | 22.27º | 0.38% | 0.99% | - |
| XYZ | 65.36 | 60.98 | 39.78 | - |
| YUV | 206.14 | 99.71 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 156 | 0 | 0.24 | 0.38 | 0.01 | 22.27 | 0.96 | 0.8 |
| Hex | FD | C0 | 9C | 0 | 18 | 26 | 1 | 16 | 60 | 50 |
| Octal | 375 | 300 | 234 | 0 | 30 | 46 | 1 | 26 | 140 | 120 |
| Binary | 11111101 | 11000000 | 10011100 | 0 | 11000 | 100110 | 1 | 10110 | 1100000 | 1010000 |
Color Harmonies of #FDC09C
Complementary color
Monochromatic Colors of #FDC09C
Black with #FDC09C
Text Example
Text Example
White with #FDC09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC09C; }
p { color: rgb(253,192,156); }
H1.HeaderClassName
{
color: #FDC09C;
}
.AnyTagClassName
{
color: #FDC09C;
}
</style>
background-color css
<style>
a { background-color: #FDC09C; }
a { background-color: rgb(253,192,156); }
div.DivClassName
{
background-color: #FDC09C;
}
.BgClassName
{
background-color: #FDC09C;
}
</style>
border-color css
<style>
span { border-color: #FDC09C; }
span { border-color: rgb(253,192,156); }
td.TdClassName
{
border-color: #FDC09C;
}
.TagClassName
{
border-color: #FDC09C;
}
</style>