Shades of Romantic #FFC29E
Tints of Romantic #FFC29E
RGB
CMYK
RGB Variations
Color information
#FFC29E (or 0xFFC29E) is known color: Romantic. HEX triplet: FF, C2 and 9E. RGB value is (255,194,158). Sum of RGB (Red+Green+Blue) = 255+194+158=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 194 (76.17% from 255 or 31.96% from 607); Blue value is 158 (62.11% from 255 or 26.03% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC29E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC29E is #003D61. Grayscale: #D0D0D0. Windows color (decimal): -15714 or 10404607. OLE color: 10404607.
HSL color Cylindrical-coordinate representation of color #FFC29E: hue angle of 22.27º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FFC29E is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 158 | - |
| CMYK | 0 | 0.24 | 0.38 | 0 |
| HSL | 22.27º | 1% | 0.81% | - |
| HSV(B) | 22.27º | 0.38% | 1% | - |
| XYZ | 66.7 | 62.31 | 40.86 | - |
| YUV | 208.14 | 99.71 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 158 | 0 | 0.24 | 0.38 | 0 | 22.27 | 1 | 0.81 |
| Hex | FF | C2 | 9E | 0 | 18 | 26 | 0 | 16 | 64 | 51 |
| Octal | 377 | 302 | 236 | 0 | 30 | 46 | 0 | 26 | 144 | 121 |
| Binary | 11111111 | 11000010 | 10011110 | 0 | 11000 | 100110 | 0 | 10110 | 1100100 | 1010001 |
Color Harmonies of #FFC29E
Complementary color
Monochromatic Colors of #FFC29E
Black with #FFC29E
Text Example
Text Example
White with #FFC29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC29E; }
p { color: rgb(255,194,158); }
H1.HeaderClassName
{
color: #FFC29E;
}
.AnyTagClassName
{
color: #FFC29E;
}
</style>
background-color css
<style>
a { background-color: #FFC29E; }
a { background-color: rgb(255,194,158); }
div.DivClassName
{
background-color: #FFC29E;
}
.BgClassName
{
background-color: #FFC29E;
}
</style>
border-color css
<style>
span { border-color: #FFC29E; }
span { border-color: rgb(255,194,158); }
td.TdClassName
{
border-color: #FFC29E;
}
.TagClassName
{
border-color: #FFC29E;
}
</style>