Shades of Cumulus #FCFEBE
Tints of Cumulus #FCFEBE
RGB
CMYK
RGB Variations
Color information
#FCFEBE (or 0xFCFEBE) is known color: Cumulus. HEX triplet: FC, FE and BE. RGB value is (252,254,190). Sum of RGB (Red+Green+Blue) = 252+254+190=696 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.21% from 696); Green value is 254 (99.61% from 255 or 36.49% from 696); Blue value is 190 (74.61% from 255 or 27.30% from 696); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFEBE is #030141. Grayscale: #F6F6F6. Windows color (decimal): -196930 or 12517116. OLE color: 12517116.
HSL color Cylindrical-coordinate representation of color #FCFEBE: hue angle of 61.88º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCFEBE is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 190 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.00 |
| HSL | 61.88º | 0.97% | 0.87% | - |
| HSV(B) | 61.88º | 0.25% | 1% | - |
| XYZ | 84.88 | 95.3 | 62.64 | - |
| YUV | 246.11 | 96.34 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 190 | 0.01 | 0 | 0.25 | 0.00 | 61.88 | 0.97 | 0.87 |
| Hex | FC | FE | BE | 1 | 0 | 19 | 0 | 3E | 61 | 57 |
| Octal | 374 | 376 | 276 | 1 | 0 | 31 | 0 | 76 | 141 | 127 |
| Binary | 11111100 | 11111110 | 10111110 | 1 | 0 | 11001 | 0 | 111110 | 1100001 | 1010111 |
Color Harmonies of #FCFEBE
Complementary color
Monochromatic Colors of #FCFEBE
Black with #FCFEBE
Text Example
Text Example
White with #FCFEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFEBE; }
p { color: rgb(252,254,190); }
H1.HeaderClassName
{
color: #FCFEBE;
}
.AnyTagClassName
{
color: #FCFEBE;
}
</style>
background-color css
<style>
a { background-color: #FCFEBE; }
a { background-color: rgb(252,254,190); }
div.DivClassName
{
background-color: #FCFEBE;
}
.BgClassName
{
background-color: #FCFEBE;
}
</style>
border-color css
<style>
span { border-color: #FCFEBE; }
span { border-color: rgb(252,254,190); }
td.TdClassName
{
border-color: #FCFEBE;
}
.TagClassName
{
border-color: #FCFEBE;
}
</style>