Shades of Romantic #FFC1A6
Tints of Romantic #FFC1A6
RGB
CMYK
RGB Variations
Color information
#FFC1A6 (or 0xFFC1A6) is known color: Romantic. HEX triplet: FF, C1 and A6. RGB value is (255,193,166). Sum of RGB (Red+Green+Blue) = 255+193+166=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 193 (75.78% from 255 or 31.43% from 614); Blue value is 166 (65.23% from 255 or 27.04% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC1A6 is #003E59. Grayscale: #D0D0D0. Windows color (decimal): -15962 or 10928639. OLE color: 10928639.
HSL color Cylindrical-coordinate representation of color #FFC1A6: hue angle of 18.2º 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 #FFC1A6 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 166 | - |
| CMYK | 0 | 0.24 | 0.35 | 0 |
| HSL | 18.2º | 1% | 0.83% | - |
| HSV(B) | 18.2º | 0.35% | 1% | - |
| XYZ | 67.19 | 62.15 | 44.53 | - |
| YUV | 208.46 | 104.04 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 166 | 0 | 0.24 | 0.35 | 0 | 18.2 | 1 | 0.83 |
| Hex | FF | C1 | A6 | 0 | 18 | 23 | 0 | 12 | 64 | 53 |
| Octal | 377 | 301 | 246 | 0 | 30 | 43 | 0 | 22 | 144 | 123 |
| Binary | 11111111 | 11000001 | 10100110 | 0 | 11000 | 100011 | 0 | 10010 | 1100100 | 1010011 |
Color Harmonies of #FFC1A6
Complementary color
Monochromatic Colors of #FFC1A6
Black with #FFC1A6
Text Example
Text Example
White with #FFC1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC1A6; }
p { color: rgb(255,193,166); }
H1.HeaderClassName
{
color: #FFC1A6;
}
.AnyTagClassName
{
color: #FFC1A6;
}
</style>
background-color css
<style>
a { background-color: #FFC1A6; }
a { background-color: rgb(255,193,166); }
div.DivClassName
{
background-color: #FFC1A6;
}
.BgClassName
{
background-color: #FFC1A6;
}
</style>
border-color css
<style>
span { border-color: #FFC1A6; }
span { border-color: rgb(255,193,166); }
td.TdClassName
{
border-color: #FFC1A6;
}
.TagClassName
{
border-color: #FFC1A6;
}
</style>