Shades of Romantic #FCC090
Tints of Romantic #FCC090
RGB
CMYK
RGB Variations
Color information
#FCC090 (or 0xFCC090) is known color: Romantic. HEX triplet: FC, C0 and 90. RGB value is (252,192,144). Sum of RGB (Red+Green+Blue) = 252+192+144=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 192 (75.39% from 255 or 32.65% from 588); Blue value is 144 (56.64% from 255 or 24.49% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC090 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC090 is #033F6F. Grayscale: #CCCCCC. Windows color (decimal): -212848 or 9486588. OLE color: 9486588.
HSL color Cylindrical-coordinate representation of color #FCC090: hue angle of 26.67º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FCC090 is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 144 | - |
| CMYK | 0 | 0.24 | 0.43 | 0.01 |
| HSL | 26.67º | 0.95% | 0.78% | - |
| HSV(B) | 26.67º | 0.43% | 0.99% | - |
| XYZ | 64.03 | 60.41 | 34.67 | - |
| YUV | 204.47 | 93.88 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 144 | 0 | 0.24 | 0.43 | 0.01 | 26.67 | 0.95 | 0.78 |
| Hex | FC | C0 | 90 | 0 | 18 | 2B | 1 | 1B | 5F | 4E |
| Octal | 374 | 300 | 220 | 0 | 30 | 53 | 1 | 33 | 137 | 116 |
| Binary | 11111100 | 11000000 | 10010000 | 0 | 11000 | 101011 | 1 | 11011 | 1011111 | 1001110 |
Color Harmonies of #FCC090
Complementary color
Monochromatic Colors of #FCC090
Black with #FCC090
Text Example
Text Example
White with #FCC090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC090; }
p { color: rgb(252,192,144); }
H1.HeaderClassName
{
color: #FCC090;
}
.AnyTagClassName
{
color: #FCC090;
}
</style>
background-color css
<style>
a { background-color: #FCC090; }
a { background-color: rgb(252,192,144); }
div.DivClassName
{
background-color: #FCC090;
}
.BgClassName
{
background-color: #FCC090;
}
</style>
border-color css
<style>
span { border-color: #FCC090; }
span { border-color: rgb(252,192,144); }
td.TdClassName
{
border-color: #FCC090;
}
.TagClassName
{
border-color: #FCC090;
}
</style>