Shades of Romantic #FFC2A5
Tints of Romantic #FFC2A5
RGB
CMYK
RGB Variations
Color information
#FFC2A5 (or 0xFFC2A5) is known color: Romantic. HEX triplet: FF, C2 and A5. RGB value is (255,194,165). Sum of RGB (Red+Green+Blue) = 255+194+165=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 194 (76.17% from 255 or 31.60% from 614); Blue value is 165 (64.84% from 255 or 26.87% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC2A5 is #003D5A. Grayscale: #D1D1D1. Windows color (decimal): -15707 or 10863359. OLE color: 10863359.
HSL color Cylindrical-coordinate representation of color #FFC2A5: hue angle of 19.33º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFC2A5 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 165 | - |
| CMYK | 0 | 0.24 | 0.35 | 0 |
| HSL | 19.33º | 1% | 0.82% | - |
| HSV(B) | 19.33º | 0.35% | 1% | - |
| XYZ | 67.32 | 62.56 | 44.12 | - |
| YUV | 208.93 | 103.21 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 165 | 0 | 0.24 | 0.35 | 0 | 19.33 | 1 | 0.82 |
| Hex | FF | C2 | A5 | 0 | 18 | 23 | 0 | 13 | 64 | 52 |
| Octal | 377 | 302 | 245 | 0 | 30 | 43 | 0 | 23 | 144 | 122 |
| Binary | 11111111 | 11000010 | 10100101 | 0 | 11000 | 100011 | 0 | 10011 | 1100100 | 1010010 |
Color Harmonies of #FFC2A5
Complementary color
Monochromatic Colors of #FFC2A5
Black with #FFC2A5
Text Example
Text Example
White with #FFC2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC2A5; }
p { color: rgb(255,194,165); }
H1.HeaderClassName
{
color: #FFC2A5;
}
.AnyTagClassName
{
color: #FFC2A5;
}
</style>
background-color css
<style>
a { background-color: #FFC2A5; }
a { background-color: rgb(255,194,165); }
div.DivClassName
{
background-color: #FFC2A5;
}
.BgClassName
{
background-color: #FFC2A5;
}
</style>
border-color css
<style>
span { border-color: #FFC2A5; }
span { border-color: rgb(255,194,165); }
td.TdClassName
{
border-color: #FFC2A5;
}
.TagClassName
{
border-color: #FFC2A5;
}
</style>