Shades of Romantic #FFC2A6
Tints of Romantic #FFC2A6
RGB
CMYK
RGB Variations
Color information
#FFC2A6 (or 0xFFC2A6) is known color: Romantic. HEX triplet: FF, C2 and A6. RGB value is (255,194,166). Sum of RGB (Red+Green+Blue) = 255+194+166=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 194 (76.17% from 255 or 31.54% from 615); Blue value is 166 (65.23% from 255 or 26.99% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC2A6 is #003D59. Grayscale: #D1D1D1. Windows color (decimal): -15706 or 10928895. OLE color: 10928895.
HSL color Cylindrical-coordinate representation of color #FFC2A6: hue angle of 18.88º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFC2A6 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 166 | - |
| CMYK | 0 | 0.24 | 0.35 | 0 |
| HSL | 18.88º | 1% | 0.83% | - |
| HSV(B) | 18.88º | 0.35% | 1% | - |
| XYZ | 67.41 | 62.6 | 44.61 | - |
| YUV | 209.05 | 103.71 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 166 | 0 | 0.24 | 0.35 | 0 | 18.88 | 1 | 0.83 |
| Hex | FF | C2 | A6 | 0 | 18 | 23 | 0 | 13 | 64 | 53 |
| Octal | 377 | 302 | 246 | 0 | 30 | 43 | 0 | 23 | 144 | 123 |
| Binary | 11111111 | 11000010 | 10100110 | 0 | 11000 | 100011 | 0 | 10011 | 1100100 | 1010011 |
Color Harmonies of #FFC2A6
Complementary color
Monochromatic Colors of #FFC2A6
Black with #FFC2A6
Text Example
Text Example
White with #FFC2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC2A6; }
p { color: rgb(255,194,166); }
H1.HeaderClassName
{
color: #FFC2A6;
}
.AnyTagClassName
{
color: #FFC2A6;
}
</style>
background-color css
<style>
a { background-color: #FFC2A6; }
a { background-color: rgb(255,194,166); }
div.DivClassName
{
background-color: #FFC2A6;
}
.BgClassName
{
background-color: #FFC2A6;
}
</style>
border-color css
<style>
span { border-color: #FFC2A6; }
span { border-color: rgb(255,194,166); }
td.TdClassName
{
border-color: #FFC2A6;
}
.TagClassName
{
border-color: #FFC2A6;
}
</style>