Shades of Romantic #FCC3A5
Tints of Romantic #FCC3A5
RGB
CMYK
RGB Variations
Color information
#FCC3A5 (or 0xFCC3A5) is known color: Romantic. HEX triplet: FC, C3 and A5. RGB value is (252,195,165). Sum of RGB (Red+Green+Blue) = 252+195+165=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 195 (76.56% from 255 or 31.86% from 612); Blue value is 165 (64.84% from 255 or 26.96% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC3A5 is #033C5A. Grayscale: #D0D0D0. Windows color (decimal): -212059 or 10863612. OLE color: 10863612.
HSL color Cylindrical-coordinate representation of color #FCC3A5: hue angle of 20.69º degrees, saturation: 0.94, 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 #FCC3A5 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 165 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.01 |
| HSL | 20.69º | 0.94% | 0.82% | - |
| HSV(B) | 20.69º | 0.35% | 0.99% | - |
| XYZ | 66.45 | 62.44 | 44.15 | - |
| YUV | 208.62 | 103.38 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 165 | 0 | 0.23 | 0.35 | 0.01 | 20.69 | 0.94 | 0.82 |
| Hex | FC | C3 | A5 | 0 | 17 | 23 | 1 | 15 | 5E | 52 |
| Octal | 374 | 303 | 245 | 0 | 27 | 43 | 1 | 25 | 136 | 122 |
| Binary | 11111100 | 11000011 | 10100101 | 0 | 10111 | 100011 | 1 | 10101 | 1011110 | 1010010 |
Color Harmonies of #FCC3A5
Complementary color
Monochromatic Colors of #FCC3A5
Black with #FCC3A5
Text Example
Text Example
White with #FCC3A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC3A5; }
p { color: rgb(252,195,165); }
H1.HeaderClassName
{
color: #FCC3A5;
}
.AnyTagClassName
{
color: #FCC3A5;
}
</style>
background-color css
<style>
a { background-color: #FCC3A5; }
a { background-color: rgb(252,195,165); }
div.DivClassName
{
background-color: #FCC3A5;
}
.BgClassName
{
background-color: #FCC3A5;
}
</style>
border-color css
<style>
span { border-color: #FCC3A5; }
span { border-color: rgb(252,195,165); }
td.TdClassName
{
border-color: #FCC3A5;
}
.TagClassName
{
border-color: #FCC3A5;
}
</style>