Shades of Romantic #FFC2A2
Tints of Romantic #FFC2A2
RGB
CMYK
RGB Variations
Color information
#FFC2A2 (or 0xFFC2A2) is known color: Romantic. HEX triplet: FF, C2 and A2. RGB value is (255,194,162). Sum of RGB (Red+Green+Blue) = 255+194+162=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 194 (76.17% from 255 or 31.75% from 611); Blue value is 162 (63.67% from 255 or 26.51% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC2A2 is #003D5D. Grayscale: #D0D0D0. Windows color (decimal): -15710 or 10666751. OLE color: 10666751.
HSL color Cylindrical-coordinate representation of color #FFC2A2: hue angle of 20.65º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFC2A2 is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 162 | - |
| CMYK | 0 | 0.24 | 0.36 | 0 |
| HSL | 20.65º | 1% | 0.82% | - |
| HSV(B) | 20.65º | 0.36% | 1% | - |
| XYZ | 67.05 | 62.45 | 42.7 | - |
| YUV | 208.59 | 101.71 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 162 | 0 | 0.24 | 0.36 | 0 | 20.65 | 1 | 0.82 |
| Hex | FF | C2 | A2 | 0 | 18 | 24 | 0 | 15 | 64 | 52 |
| Octal | 377 | 302 | 242 | 0 | 30 | 44 | 0 | 25 | 144 | 122 |
| Binary | 11111111 | 11000010 | 10100010 | 0 | 11000 | 100100 | 0 | 10101 | 1100100 | 1010010 |
Color Harmonies of #FFC2A2
Complementary color
Monochromatic Colors of #FFC2A2
Black with #FFC2A2
Text Example
Text Example
White with #FFC2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC2A2; }
p { color: rgb(255,194,162); }
H1.HeaderClassName
{
color: #FFC2A2;
}
.AnyTagClassName
{
color: #FFC2A2;
}
</style>
background-color css
<style>
a { background-color: #FFC2A2; }
a { background-color: rgb(255,194,162); }
div.DivClassName
{
background-color: #FFC2A2;
}
.BgClassName
{
background-color: #FFC2A2;
}
</style>
border-color css
<style>
span { border-color: #FFC2A2; }
span { border-color: rgb(255,194,162); }
td.TdClassName
{
border-color: #FFC2A2;
}
.TagClassName
{
border-color: #FFC2A2;
}
</style>