Shades of Romantic #FDC3A4
Tints of Romantic #FDC3A4
RGB
CMYK
RGB Variations
Color information
#FDC3A4 (or 0xFDC3A4) is known color: Romantic. HEX triplet: FD, C3 and A4. RGB value is (253,195,164). Sum of RGB (Red+Green+Blue) = 253+195+164=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 195 (76.56% from 255 or 31.86% from 612); Blue value is 164 (64.45% from 255 or 26.80% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC3A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC3A4 is #023C5B. Grayscale: #D0D0D0. Windows color (decimal): -146524 or 10798077. OLE color: 10798077.
HSL color Cylindrical-coordinate representation of color #FDC3A4: hue angle of 20.9º 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 #FDC3A4 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 164 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.01 |
| HSL | 20.9º | 0.96% | 0.82% | - |
| HSV(B) | 20.9º | 0.35% | 0.99% | - |
| XYZ | 66.72 | 62.59 | 43.69 | - |
| YUV | 208.81 | 102.72 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 164 | 0 | 0.23 | 0.35 | 0.01 | 20.9 | 0.96 | 0.82 |
| Hex | FD | C3 | A4 | 0 | 17 | 23 | 1 | 15 | 60 | 52 |
| Octal | 375 | 303 | 244 | 0 | 27 | 43 | 1 | 25 | 140 | 122 |
| Binary | 11111101 | 11000011 | 10100100 | 0 | 10111 | 100011 | 1 | 10101 | 1100000 | 1010010 |
Color Harmonies of #FDC3A4
Complementary color
Monochromatic Colors of #FDC3A4
Black with #FDC3A4
Text Example
Text Example
White with #FDC3A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC3A4; }
p { color: rgb(253,195,164); }
H1.HeaderClassName
{
color: #FDC3A4;
}
.AnyTagClassName
{
color: #FDC3A4;
}
</style>
background-color css
<style>
a { background-color: #FDC3A4; }
a { background-color: rgb(253,195,164); }
div.DivClassName
{
background-color: #FDC3A4;
}
.BgClassName
{
background-color: #FDC3A4;
}
</style>
border-color css
<style>
span { border-color: #FDC3A4; }
span { border-color: rgb(253,195,164); }
td.TdClassName
{
border-color: #FDC3A4;
}
.TagClassName
{
border-color: #FDC3A4;
}
</style>