Shades of Romantic #FDC2A8
Tints of Romantic #FDC2A8
RGB
CMYK
RGB Variations
Color information
#FDC2A8 (or 0xFDC2A8) is known color: Romantic. HEX triplet: FD, C2 and A8. RGB value is (253,194,168). Sum of RGB (Red+Green+Blue) = 253+194+168=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 194 (76.17% from 255 or 31.54% from 615); Blue value is 168 (66.02% from 255 or 27.32% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC2A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC2A8 is #023D57. Grayscale: #D0D0D0. Windows color (decimal): -146776 or 11059965. OLE color: 11059965.
HSL color Cylindrical-coordinate representation of color #FDC2A8: hue angle of 18.35º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDC2A8 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 194 | 168 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.01 |
| HSL | 18.35º | 0.96% | 0.83% | - |
| HSV(B) | 18.35º | 0.34% | 0.99% | - |
| XYZ | 66.87 | 62.29 | 45.55 | - |
| YUV | 208.68 | 105.05 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 194 | 168 | 0 | 0.23 | 0.34 | 0.01 | 18.35 | 0.96 | 0.83 |
| Hex | FD | C2 | A8 | 0 | 17 | 22 | 1 | 12 | 60 | 53 |
| Octal | 375 | 302 | 250 | 0 | 27 | 42 | 1 | 22 | 140 | 123 |
| Binary | 11111101 | 11000010 | 10101000 | 0 | 10111 | 100010 | 1 | 10010 | 1100000 | 1010011 |
Color Harmonies of #FDC2A8
Complementary color
Monochromatic Colors of #FDC2A8
Black with #FDC2A8
Text Example
Text Example
White with #FDC2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC2A8; }
p { color: rgb(253,194,168); }
H1.HeaderClassName
{
color: #FDC2A8;
}
.AnyTagClassName
{
color: #FDC2A8;
}
</style>
background-color css
<style>
a { background-color: #FDC2A8; }
a { background-color: rgb(253,194,168); }
div.DivClassName
{
background-color: #FDC2A8;
}
.BgClassName
{
background-color: #FDC2A8;
}
</style>
border-color css
<style>
span { border-color: #FDC2A8; }
span { border-color: rgb(253,194,168); }
td.TdClassName
{
border-color: #FDC2A8;
}
.TagClassName
{
border-color: #FDC2A8;
}
</style>