Shades of Romantic #FFC3A3
Tints of Romantic #FFC3A3
RGB
CMYK
RGB Variations
Color information
#FFC3A3 (or 0xFFC3A3) is known color: Romantic. HEX triplet: FF, C3 and A3. RGB value is (255,195,163). Sum of RGB (Red+Green+Blue) = 255+195+163=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 195 (76.56% from 255 or 31.81% from 613); Blue value is 163 (64.06% from 255 or 26.59% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC3A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC3A3 is #003C5C. Grayscale: #D1D1D1. Windows color (decimal): -15453 or 10732543. OLE color: 10732543.
HSL color Cylindrical-coordinate representation of color #FFC3A3: hue angle of 20.87º 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 #FFC3A3 is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 163 | - |
| CMYK | 0 | 0.24 | 0.36 | 0 |
| HSL | 20.87º | 1% | 0.82% | - |
| HSV(B) | 20.87º | 0.36% | 1% | - |
| XYZ | 67.37 | 62.93 | 43.25 | - |
| YUV | 209.29 | 101.88 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 163 | 0 | 0.24 | 0.36 | 0 | 20.87 | 1 | 0.82 |
| Hex | FF | C3 | A3 | 0 | 18 | 24 | 0 | 15 | 64 | 52 |
| Octal | 377 | 303 | 243 | 0 | 30 | 44 | 0 | 25 | 144 | 122 |
| Binary | 11111111 | 11000011 | 10100011 | 0 | 11000 | 100100 | 0 | 10101 | 1100100 | 1010010 |
Color Harmonies of #FFC3A3
Complementary color
Monochromatic Colors of #FFC3A3
Black with #FFC3A3
Text Example
Text Example
White with #FFC3A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC3A3; }
p { color: rgb(255,195,163); }
H1.HeaderClassName
{
color: #FFC3A3;
}
.AnyTagClassName
{
color: #FFC3A3;
}
</style>
background-color css
<style>
a { background-color: #FFC3A3; }
a { background-color: rgb(255,195,163); }
div.DivClassName
{
background-color: #FFC3A3;
}
.BgClassName
{
background-color: #FFC3A3;
}
</style>
border-color css
<style>
span { border-color: #FFC3A3; }
span { border-color: rgb(255,195,163); }
td.TdClassName
{
border-color: #FFC3A3;
}
.TagClassName
{
border-color: #FFC3A3;
}
</style>