Shades of Cumulus #FCFEBA
Tints of Cumulus #FCFEBA
RGB
CMYK
RGB Variations
Color information
#FCFEBA (or 0xFCFEBA) is known color: Cumulus. HEX triplet: FC, FE and BA. RGB value is (252,254,186). Sum of RGB (Red+Green+Blue) = 252+254+186=692 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.42% from 692); Green value is 254 (99.61% from 255 or 36.71% from 692); Blue value is 186 (73.05% from 255 or 26.88% from 692); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFEBA is #030145. Grayscale: #F5F5F5. Windows color (decimal): -196934 or 12254972. OLE color: 12254972.
HSL color Cylindrical-coordinate representation of color #FCFEBA: hue angle of 61.76º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCFEBA is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
RGB | 252 | 254 | 186 | - |
CMYK | 0.01 | 0 | 0.27 | 0.00 |
HSL | 61.76º | 0.97% | 0.86% | - |
HSV(B) | 61.76º | 0.27% | 1% | - |
XYZ | 84.45 | 95.12 | 60.36 | - |
YUV | 245.65 | 94.34 | 132.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 254 | 186 | 0.01 | 0 | 0.27 | 0.00 | 61.76 | 0.97 | 0.86 |
Hex | FC | FE | BA | 1 | 0 | 1B | 0 | 3E | 61 | 56 |
Octal | 374 | 376 | 272 | 1 | 0 | 33 | 0 | 76 | 141 | 126 |
Binary | 11111100 | 11111110 | 10111010 | 1 | 0 | 11011 | 0 | 111110 | 1100001 | 1010110 |
Color Harmonies of #FCFEBA
Complementary color
Monochromatic Colors of #FCFEBA
Black with #FCFEBA
Text Example
Text Example
White with #FCFEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFEBA; }
p { color: rgb(252,254,186); }
H1.HeaderClassName
{
color: #FCFEBA;
}
.AnyTagClassName
{
color: #FCFEBA;
}
</style>
background-color css
<style>
a { background-color: #FCFEBA; }
a { background-color: rgb(252,254,186); }
div.DivClassName
{
background-color: #FCFEBA;
}
.BgClassName
{
background-color: #FCFEBA;
}
</style>
border-color css
<style>
span { border-color: #FCFEBA; }
span { border-color: rgb(252,254,186); }
td.TdClassName
{
border-color: #FCFEBA;
}
.TagClassName
{
border-color: #FCFEBA;
}
</style>