Shades of Romantic #FCC69D
Tints of Romantic #FCC69D
RGB
CMYK
RGB Variations
Color information
#FCC69D (or 0xFCC69D) is known color: Romantic. HEX triplet: FC, C6 and 9D. RGB value is (252,198,157). Sum of RGB (Red+Green+Blue) = 252+198+157=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 198 (77.73% from 255 or 32.62% from 607); Blue value is 157 (61.72% from 255 or 25.86% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC69D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC69D is #033962. Grayscale: #D1D1D1. Windows color (decimal): -211299 or 10340092. OLE color: 10340092.
HSL color Cylindrical-coordinate representation of color #FCC69D: hue angle of 25.89º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FCC69D is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 157 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.01 |
| HSL | 25.89º | 0.94% | 0.8% | - |
| HSV(B) | 25.89º | 0.38% | 0.99% | - |
| XYZ | 66.42 | 63.52 | 40.66 | - |
| YUV | 209.47 | 98.39 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 157 | 0 | 0.21 | 0.38 | 0.01 | 25.89 | 0.94 | 0.8 |
| Hex | FC | C6 | 9D | 0 | 15 | 26 | 1 | 1A | 5E | 50 |
| Octal | 374 | 306 | 235 | 0 | 25 | 46 | 1 | 32 | 136 | 120 |
| Binary | 11111100 | 11000110 | 10011101 | 0 | 10101 | 100110 | 1 | 11010 | 1011110 | 1010000 |
Color Harmonies of #FCC69D
Complementary color
Monochromatic Colors of #FCC69D
Black with #FCC69D
Text Example
Text Example
White with #FCC69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC69D; }
p { color: rgb(252,198,157); }
H1.HeaderClassName
{
color: #FCC69D;
}
.AnyTagClassName
{
color: #FCC69D;
}
</style>
background-color css
<style>
a { background-color: #FCC69D; }
a { background-color: rgb(252,198,157); }
div.DivClassName
{
background-color: #FCC69D;
}
.BgClassName
{
background-color: #FCC69D;
}
</style>
border-color css
<style>
span { border-color: #FCC69D; }
span { border-color: rgb(252,198,157); }
td.TdClassName
{
border-color: #FCC69D;
}
.TagClassName
{
border-color: #FCC69D;
}
</style>