Shades of Romantic #FCC69C
Tints of Romantic #FCC69C
RGB
CMYK
RGB Variations
Color information
#FCC69C (or 0xFCC69C) is known color: Romantic. HEX triplet: FC, C6 and 9C. RGB value is (252,198,156). Sum of RGB (Red+Green+Blue) = 252+198+156=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 198 (77.73% from 255 or 32.67% from 606); Blue value is 156 (61.33% from 255 or 25.74% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC69C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC69C is #033963. Grayscale: #D1D1D1. Windows color (decimal): -211300 or 10274556. OLE color: 10274556.
HSL color Cylindrical-coordinate representation of color #FCC69C: hue angle of 26.25º 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 #FCC69C is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 156 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.01 |
| HSL | 26.25º | 0.94% | 0.8% | - |
| HSV(B) | 26.25º | 0.38% | 0.99% | - |
| XYZ | 66.34 | 63.48 | 40.21 | - |
| YUV | 209.36 | 97.89 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 156 | 0 | 0.21 | 0.38 | 0.01 | 26.25 | 0.94 | 0.8 |
| Hex | FC | C6 | 9C | 0 | 15 | 26 | 1 | 1A | 5E | 50 |
| Octal | 374 | 306 | 234 | 0 | 25 | 46 | 1 | 32 | 136 | 120 |
| Binary | 11111100 | 11000110 | 10011100 | 0 | 10101 | 100110 | 1 | 11010 | 1011110 | 1010000 |
Color Harmonies of #FCC69C
Complementary color
Monochromatic Colors of #FCC69C
Black with #FCC69C
Text Example
Text Example
White with #FCC69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC69C; }
p { color: rgb(252,198,156); }
H1.HeaderClassName
{
color: #FCC69C;
}
.AnyTagClassName
{
color: #FCC69C;
}
</style>
background-color css
<style>
a { background-color: #FCC69C; }
a { background-color: rgb(252,198,156); }
div.DivClassName
{
background-color: #FCC69C;
}
.BgClassName
{
background-color: #FCC69C;
}
</style>
border-color css
<style>
span { border-color: #FCC69C; }
span { border-color: rgb(252,198,156); }
td.TdClassName
{
border-color: #FCC69C;
}
.TagClassName
{
border-color: #FCC69C;
}
</style>