Shades of Romantic #FDC2A6
Tints of Romantic #FDC2A6
RGB
CMYK
RGB Variations
Color information
#FDC2A6 (or 0xFDC2A6) is known color: Romantic. HEX triplet: FD, C2 and A6. RGB value is (253,194,166). Sum of RGB (Red+Green+Blue) = 253+194+166=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 194 (76.17% from 255 or 31.65% from 613); Blue value is 166 (65.23% from 255 or 27.08% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC2A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC2A6 is #023D59. Grayscale: #D0D0D0. Windows color (decimal): -146778 or 10928893. OLE color: 10928893.
HSL color Cylindrical-coordinate representation of color #FDC2A6: hue angle of 19.31º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDC2A6 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 194 | 166 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.01 |
| HSL | 19.31º | 0.96% | 0.82% | - |
| HSV(B) | 19.31º | 0.34% | 0.99% | - |
| XYZ | 66.68 | 62.22 | 44.57 | - |
| YUV | 208.45 | 104.05 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 194 | 166 | 0 | 0.23 | 0.34 | 0.01 | 19.31 | 0.96 | 0.82 |
| Hex | FD | C2 | A6 | 0 | 17 | 22 | 1 | 13 | 60 | 52 |
| Octal | 375 | 302 | 246 | 0 | 27 | 42 | 1 | 23 | 140 | 122 |
| Binary | 11111101 | 11000010 | 10100110 | 0 | 10111 | 100010 | 1 | 10011 | 1100000 | 1010010 |
Color Harmonies of #FDC2A6
Complementary color
Monochromatic Colors of #FDC2A6
Black with #FDC2A6
Text Example
Text Example
White with #FDC2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC2A6; }
p { color: rgb(253,194,166); }
H1.HeaderClassName
{
color: #FDC2A6;
}
.AnyTagClassName
{
color: #FDC2A6;
}
</style>
background-color css
<style>
a { background-color: #FDC2A6; }
a { background-color: rgb(253,194,166); }
div.DivClassName
{
background-color: #FDC2A6;
}
.BgClassName
{
background-color: #FDC2A6;
}
</style>
border-color css
<style>
span { border-color: #FDC2A6; }
span { border-color: rgb(253,194,166); }
td.TdClassName
{
border-color: #FDC2A6;
}
.TagClassName
{
border-color: #FDC2A6;
}
</style>