Shades of Romantic #FFC4A5
Tints of Romantic #FFC4A5
RGB
CMYK
RGB Variations
Color information
#FFC4A5 (or 0xFFC4A5) is known color: Romantic. HEX triplet: FF, C4 and A5. RGB value is (255,196,165). Sum of RGB (Red+Green+Blue) = 255+196+165=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 196 (76.95% from 255 or 31.82% from 616); Blue value is 165 (64.84% from 255 or 26.79% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC4A5 is #003B5A. Grayscale: #D2D2D2. Windows color (decimal): -15195 or 10863871. OLE color: 10863871.
HSL color Cylindrical-coordinate representation of color #FFC4A5: hue angle of 20.67º 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 #FFC4A5 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 165 | - |
| CMYK | 0 | 0.23 | 0.35 | 0 |
| HSL | 20.67º | 1% | 0.82% | - |
| HSV(B) | 20.67º | 0.35% | 1% | - |
| XYZ | 67.77 | 63.46 | 44.27 | - |
| YUV | 210.11 | 102.55 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 165 | 0 | 0.23 | 0.35 | 0 | 20.67 | 1 | 0.82 |
| Hex | FF | C4 | A5 | 0 | 17 | 23 | 0 | 15 | 64 | 52 |
| Octal | 377 | 304 | 245 | 0 | 27 | 43 | 0 | 25 | 144 | 122 |
| Binary | 11111111 | 11000100 | 10100101 | 0 | 10111 | 100011 | 0 | 10101 | 1100100 | 1010010 |
Color Harmonies of #FFC4A5
Complementary color
Monochromatic Colors of #FFC4A5
Black with #FFC4A5
Text Example
Text Example
White with #FFC4A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC4A5; }
p { color: rgb(255,196,165); }
H1.HeaderClassName
{
color: #FFC4A5;
}
.AnyTagClassName
{
color: #FFC4A5;
}
</style>
background-color css
<style>
a { background-color: #FFC4A5; }
a { background-color: rgb(255,196,165); }
div.DivClassName
{
background-color: #FFC4A5;
}
.BgClassName
{
background-color: #FFC4A5;
}
</style>
border-color css
<style>
span { border-color: #FFC4A5; }
span { border-color: rgb(255,196,165); }
td.TdClassName
{
border-color: #FFC4A5;
}
.TagClassName
{
border-color: #FFC4A5;
}
</style>