Shades of Romantic #FFC69C
Tints of Romantic #FFC69C
RGB
CMYK
RGB Variations
Color information
#FFC69C (or 0xFFC69C) is known color: Romantic. HEX triplet: FF, C6 and 9C. RGB value is (255,198,156). Sum of RGB (Red+Green+Blue) = 255+198+156=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 198 (77.73% from 255 or 32.51% from 609); Blue value is 156 (61.33% from 255 or 25.62% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC69C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC69C is #003963. Grayscale: #D2D2D2. Windows color (decimal): -14692 or 10274559. OLE color: 10274559.
HSL color Cylindrical-coordinate representation of color #FFC69C: hue angle of 25.45º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFC69C is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 156 | - |
| CMYK | 0 | 0.22 | 0.39 | 0 |
| HSL | 25.45º | 1% | 0.81% | - |
| HSV(B) | 25.45º | 0.39% | 1% | - |
| XYZ | 67.43 | 64.05 | 40.26 | - |
| YUV | 210.26 | 97.38 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 156 | 0 | 0.22 | 0.39 | 0 | 25.45 | 1 | 0.81 |
| Hex | FF | C6 | 9C | 0 | 16 | 27 | 0 | 19 | 64 | 51 |
| Octal | 377 | 306 | 234 | 0 | 26 | 47 | 0 | 31 | 144 | 121 |
| Binary | 11111111 | 11000110 | 10011100 | 0 | 10110 | 100111 | 0 | 11001 | 1100100 | 1010001 |
Color Harmonies of #FFC69C
Complementary color
Monochromatic Colors of #FFC69C
Black with #FFC69C
Text Example
Text Example
White with #FFC69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC69C; }
p { color: rgb(255,198,156); }
H1.HeaderClassName
{
color: #FFC69C;
}
.AnyTagClassName
{
color: #FFC69C;
}
</style>
background-color css
<style>
a { background-color: #FFC69C; }
a { background-color: rgb(255,198,156); }
div.DivClassName
{
background-color: #FFC69C;
}
.BgClassName
{
background-color: #FFC69C;
}
</style>
border-color css
<style>
span { border-color: #FFC69C; }
span { border-color: rgb(255,198,156); }
td.TdClassName
{
border-color: #FFC69C;
}
.TagClassName
{
border-color: #FFC69C;
}
</style>