Shades of Romantic #FCC69B
Tints of Romantic #FCC69B
RGB
CMYK
RGB Variations
Color information
#FCC69B (or 0xFCC69B) is known color: Romantic. HEX triplet: FC, C6 and 9B. RGB value is (252,198,155). Sum of RGB (Red+Green+Blue) = 252+198+155=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 198 (77.73% from 255 or 32.73% from 605); Blue value is 155 (60.94% from 255 or 25.62% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC69B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC69B is #033964. Grayscale: #D1D1D1. Windows color (decimal): -211301 or 10209020. OLE color: 10209020.
HSL color Cylindrical-coordinate representation of color #FCC69B: hue angle of 26.6º 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 #FCC69B is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 155 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.01 |
| HSL | 26.6º | 0.94% | 0.8% | - |
| HSV(B) | 26.6º | 0.38% | 0.99% | - |
| XYZ | 66.26 | 63.45 | 39.77 | - |
| YUV | 209.24 | 97.39 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 155 | 0 | 0.21 | 0.38 | 0.01 | 26.6 | 0.94 | 0.8 |
| Hex | FC | C6 | 9B | 0 | 15 | 26 | 1 | 1B | 5E | 50 |
| Octal | 374 | 306 | 233 | 0 | 25 | 46 | 1 | 33 | 136 | 120 |
| Binary | 11111100 | 11000110 | 10011011 | 0 | 10101 | 100110 | 1 | 11011 | 1011110 | 1010000 |
Color Harmonies of #FCC69B
Complementary color
Monochromatic Colors of #FCC69B
Black with #FCC69B
Text Example
Text Example
White with #FCC69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC69B; }
p { color: rgb(252,198,155); }
H1.HeaderClassName
{
color: #FCC69B;
}
.AnyTagClassName
{
color: #FCC69B;
}
</style>
background-color css
<style>
a { background-color: #FCC69B; }
a { background-color: rgb(252,198,155); }
div.DivClassName
{
background-color: #FCC69B;
}
.BgClassName
{
background-color: #FCC69B;
}
</style>
border-color css
<style>
span { border-color: #FCC69B; }
span { border-color: rgb(252,198,155); }
td.TdClassName
{
border-color: #FCC69B;
}
.TagClassName
{
border-color: #FCC69B;
}
</style>