Shades of Romantic #FFC49B
Tints of Romantic #FFC49B
RGB
CMYK
RGB Variations
Color information
#FFC49B (or 0xFFC49B) is known color: Romantic. HEX triplet: FF, C4 and 9B. RGB value is (255,196,155). Sum of RGB (Red+Green+Blue) = 255+196+155=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 196 (76.95% from 255 or 32.34% from 606); Blue value is 155 (60.94% from 255 or 25.58% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC49B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC49B is #003B64. Grayscale: #D1D1D1. Windows color (decimal): -15205 or 10208511. OLE color: 10208511.
HSL color Cylindrical-coordinate representation of color #FFC49B: hue angle of 24.6º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFC49B is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 155 | - |
| CMYK | 0 | 0.23 | 0.39 | 0 |
| HSL | 24.6º | 1% | 0.8% | - |
| HSV(B) | 24.6º | 0.39% | 1% | - |
| XYZ | 66.9 | 63.11 | 39.67 | - |
| YUV | 208.97 | 97.55 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 155 | 0 | 0.23 | 0.39 | 0 | 24.6 | 1 | 0.8 |
| Hex | FF | C4 | 9B | 0 | 17 | 27 | 0 | 19 | 64 | 50 |
| Octal | 377 | 304 | 233 | 0 | 27 | 47 | 0 | 31 | 144 | 120 |
| Binary | 11111111 | 11000100 | 10011011 | 0 | 10111 | 100111 | 0 | 11001 | 1100100 | 1010000 |
Color Harmonies of #FFC49B
Complementary color
Monochromatic Colors of #FFC49B
Black with #FFC49B
Text Example
Text Example
White with #FFC49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC49B; }
p { color: rgb(255,196,155); }
H1.HeaderClassName
{
color: #FFC49B;
}
.AnyTagClassName
{
color: #FFC49B;
}
</style>
background-color css
<style>
a { background-color: #FFC49B; }
a { background-color: rgb(255,196,155); }
div.DivClassName
{
background-color: #FFC49B;
}
.BgClassName
{
background-color: #FFC49B;
}
</style>
border-color css
<style>
span { border-color: #FFC49B; }
span { border-color: rgb(255,196,155); }
td.TdClassName
{
border-color: #FFC49B;
}
.TagClassName
{
border-color: #FFC49B;
}
</style>