Shades of Romantic #FFC69D
Tints of Romantic #FFC69D
RGB
CMYK
RGB Variations
Color information
#FFC69D (or 0xFFC69D) is known color: Romantic. HEX triplet: FF, C6 and 9D. RGB value is (255,198,157). Sum of RGB (Red+Green+Blue) = 255+198+157=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 198 (77.73% from 255 or 32.46% from 610); Blue value is 157 (61.72% from 255 or 25.74% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC69D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC69D is #003962. Grayscale: #D2D2D2. Windows color (decimal): -14691 or 10340095. OLE color: 10340095.
HSL color Cylindrical-coordinate representation of color #FFC69D: hue angle of 25.1º 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 #FFC69D is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 157 | - |
| CMYK | 0 | 0.22 | 0.38 | 0 |
| HSL | 25.1º | 1% | 0.81% | - |
| HSV(B) | 25.1º | 0.38% | 1% | - |
| XYZ | 67.52 | 64.08 | 40.71 | - |
| YUV | 210.37 | 97.88 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 157 | 0 | 0.22 | 0.38 | 0 | 25.1 | 1 | 0.81 |
| Hex | FF | C6 | 9D | 0 | 16 | 26 | 0 | 19 | 64 | 51 |
| Octal | 377 | 306 | 235 | 0 | 26 | 46 | 0 | 31 | 144 | 121 |
| Binary | 11111111 | 11000110 | 10011101 | 0 | 10110 | 100110 | 0 | 11001 | 1100100 | 1010001 |
Color Harmonies of #FFC69D
Complementary color
Monochromatic Colors of #FFC69D
Black with #FFC69D
Text Example
Text Example
White with #FFC69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC69D; }
p { color: rgb(255,198,157); }
H1.HeaderClassName
{
color: #FFC69D;
}
.AnyTagClassName
{
color: #FFC69D;
}
</style>
background-color css
<style>
a { background-color: #FFC69D; }
a { background-color: rgb(255,198,157); }
div.DivClassName
{
background-color: #FFC69D;
}
.BgClassName
{
background-color: #FFC69D;
}
</style>
border-color css
<style>
span { border-color: #FFC69D; }
span { border-color: rgb(255,198,157); }
td.TdClassName
{
border-color: #FFC69D;
}
.TagClassName
{
border-color: #FFC69D;
}
</style>