Shades of Romantic #FCC2A8
Tints of Romantic #FCC2A8
RGB
CMYK
RGB Variations
Color information
#FCC2A8 (or 0xFCC2A8) is known color: Romantic. HEX triplet: FC, C2 and A8. RGB value is (252,194,168). Sum of RGB (Red+Green+Blue) = 252+194+168=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 194 (76.17% from 255 or 31.60% from 614); Blue value is 168 (66.02% from 255 or 27.36% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC2A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC2A8 is #033D57. Grayscale: #D0D0D0. Windows color (decimal): -212312 or 11059964. OLE color: 11059964.
HSL color Cylindrical-coordinate representation of color #FCC2A8: hue angle of 18.57º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCC2A8 is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 168 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.01 |
| HSL | 18.57º | 0.93% | 0.82% | - |
| HSV(B) | 18.57º | 0.33% | 0.99% | - |
| XYZ | 66.5 | 62.11 | 45.53 | - |
| YUV | 208.38 | 105.22 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 168 | 0 | 0.23 | 0.33 | 0.01 | 18.57 | 0.93 | 0.82 |
| Hex | FC | C2 | A8 | 0 | 17 | 21 | 1 | 13 | 5D | 52 |
| Octal | 374 | 302 | 250 | 0 | 27 | 41 | 1 | 23 | 135 | 122 |
| Binary | 11111100 | 11000010 | 10101000 | 0 | 10111 | 100001 | 1 | 10011 | 1011101 | 1010010 |
Color Harmonies of #FCC2A8
Complementary color
Monochromatic Colors of #FCC2A8
Black with #FCC2A8
Text Example
Text Example
White with #FCC2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC2A8; }
p { color: rgb(252,194,168); }
H1.HeaderClassName
{
color: #FCC2A8;
}
.AnyTagClassName
{
color: #FCC2A8;
}
</style>
background-color css
<style>
a { background-color: #FCC2A8; }
a { background-color: rgb(252,194,168); }
div.DivClassName
{
background-color: #FCC2A8;
}
.BgClassName
{
background-color: #FCC2A8;
}
</style>
border-color css
<style>
span { border-color: #FCC2A8; }
span { border-color: rgb(252,194,168); }
td.TdClassName
{
border-color: #FCC2A8;
}
.TagClassName
{
border-color: #FCC2A8;
}
</style>