Shades of Romantic #FCC4A1
Tints of Romantic #FCC4A1
RGB
CMYK
RGB Variations
Color information
#FCC4A1 (or 0xFCC4A1) is known color: Romantic. HEX triplet: FC, C4 and A1. RGB value is (252,196,161). Sum of RGB (Red+Green+Blue) = 252+196+161=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 196 (76.95% from 255 or 32.18% from 609); Blue value is 161 (63.28% from 255 or 26.44% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC4A1 is #033B5E. Grayscale: #D0D0D0. Windows color (decimal): -211807 or 10601724. OLE color: 10601724.
HSL color Cylindrical-coordinate representation of color #FCC4A1: hue angle of 23.08º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FCC4A1 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 161 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.01 |
| HSL | 23.08º | 0.94% | 0.81% | - |
| HSV(B) | 23.08º | 0.36% | 0.99% | - |
| XYZ | 66.32 | 62.75 | 42.33 | - |
| YUV | 208.75 | 101.05 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 161 | 0 | 0.22 | 0.36 | 0.01 | 23.08 | 0.94 | 0.81 |
| Hex | FC | C4 | A1 | 0 | 16 | 24 | 1 | 17 | 5E | 51 |
| Octal | 374 | 304 | 241 | 0 | 26 | 44 | 1 | 27 | 136 | 121 |
| Binary | 11111100 | 11000100 | 10100001 | 0 | 10110 | 100100 | 1 | 10111 | 1011110 | 1010001 |
Color Harmonies of #FCC4A1
Complementary color
Monochromatic Colors of #FCC4A1
Black with #FCC4A1
Text Example
Text Example
White with #FCC4A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC4A1; }
p { color: rgb(252,196,161); }
H1.HeaderClassName
{
color: #FCC4A1;
}
.AnyTagClassName
{
color: #FCC4A1;
}
</style>
background-color css
<style>
a { background-color: #FCC4A1; }
a { background-color: rgb(252,196,161); }
div.DivClassName
{
background-color: #FCC4A1;
}
.BgClassName
{
background-color: #FCC4A1;
}
</style>
border-color css
<style>
span { border-color: #FCC4A1; }
span { border-color: rgb(252,196,161); }
td.TdClassName
{
border-color: #FCC4A1;
}
.TagClassName
{
border-color: #FCC4A1;
}
</style>