Shades of Romantic #FDC0A4
Tints of Romantic #FDC0A4
RGB
CMYK
RGB Variations
Color information
#FDC0A4 (or 0xFDC0A4) is known color: Romantic. HEX triplet: FD, C0 and A4. RGB value is (253,192,164). Sum of RGB (Red+Green+Blue) = 253+192+164=609 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.54% from 609); Green value is 192 (75.39% from 255 or 31.53% from 609); Blue value is 164 (64.45% from 255 or 26.93% from 609); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC0A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC0A4 is #023F5B. Grayscale: #CFCFCF. Windows color (decimal): -147292 or 10797309. OLE color: 10797309.
HSL color Cylindrical-coordinate representation of color #FDC0A4: hue angle of 18.88º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FDC0A4 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 164 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.01 |
| HSL | 18.88º | 0.96% | 0.82% | - |
| HSV(B) | 18.88º | 0.35% | 0.99% | - |
| XYZ | 66.06 | 61.26 | 43.47 | - |
| YUV | 207.05 | 103.71 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 164 | 0 | 0.24 | 0.35 | 0.01 | 18.88 | 0.96 | 0.82 |
| Hex | FD | C0 | A4 | 0 | 18 | 23 | 1 | 13 | 60 | 52 |
| Octal | 375 | 300 | 244 | 0 | 30 | 43 | 1 | 23 | 140 | 122 |
| Binary | 11111101 | 11000000 | 10100100 | 0 | 11000 | 100011 | 1 | 10011 | 1100000 | 1010010 |
Color Harmonies of #FDC0A4
Complementary color
Monochromatic Colors of #FDC0A4
Black with #FDC0A4
Text Example
Text Example
White with #FDC0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC0A4; }
p { color: rgb(253,192,164); }
H1.HeaderClassName
{
color: #FDC0A4;
}
.AnyTagClassName
{
color: #FDC0A4;
}
</style>
background-color css
<style>
a { background-color: #FDC0A4; }
a { background-color: rgb(253,192,164); }
div.DivClassName
{
background-color: #FDC0A4;
}
.BgClassName
{
background-color: #FDC0A4;
}
</style>
border-color css
<style>
span { border-color: #FDC0A4; }
span { border-color: rgb(253,192,164); }
td.TdClassName
{
border-color: #FDC0A4;
}
.TagClassName
{
border-color: #FDC0A4;
}
</style>