Shades of Romantic #FCC3A3
Tints of Romantic #FCC3A3
RGB
CMYK
RGB Variations
Color information
#FCC3A3 (or 0xFCC3A3) is known color: Romantic. HEX triplet: FC, C3 and A3. RGB value is (252,195,163). Sum of RGB (Red+Green+Blue) = 252+195+163=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 195 (76.56% from 255 or 31.97% from 610); Blue value is 163 (64.06% from 255 or 26.72% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC3A3 is #033C5C. Grayscale: #D0D0D0. Windows color (decimal): -212061 or 10732540. OLE color: 10732540.
HSL color Cylindrical-coordinate representation of color #FCC3A3: hue angle of 21.57º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCC3A3 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 163 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.01 |
| HSL | 21.57º | 0.94% | 0.81% | - |
| HSV(B) | 21.57º | 0.35% | 0.99% | - |
| XYZ | 66.27 | 62.37 | 43.2 | - |
| YUV | 208.4 | 102.38 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 163 | 0 | 0.23 | 0.35 | 0.01 | 21.57 | 0.94 | 0.81 |
| Hex | FC | C3 | A3 | 0 | 17 | 23 | 1 | 16 | 5E | 51 |
| Octal | 374 | 303 | 243 | 0 | 27 | 43 | 1 | 26 | 136 | 121 |
| Binary | 11111100 | 11000011 | 10100011 | 0 | 10111 | 100011 | 1 | 10110 | 1011110 | 1010001 |
Color Harmonies of #FCC3A3
Complementary color
Monochromatic Colors of #FCC3A3
Black with #FCC3A3
Text Example
Text Example
White with #FCC3A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC3A3; }
p { color: rgb(252,195,163); }
H1.HeaderClassName
{
color: #FCC3A3;
}
.AnyTagClassName
{
color: #FCC3A3;
}
</style>
background-color css
<style>
a { background-color: #FCC3A3; }
a { background-color: rgb(252,195,163); }
div.DivClassName
{
background-color: #FCC3A3;
}
.BgClassName
{
background-color: #FCC3A3;
}
</style>
border-color css
<style>
span { border-color: #FCC3A3; }
span { border-color: rgb(252,195,163); }
td.TdClassName
{
border-color: #FCC3A3;
}
.TagClassName
{
border-color: #FCC3A3;
}
</style>