Shades of Cumulus #FFFEC0
Tints of Cumulus #FFFEC0
RGB
CMYK
RGB Variations
Color information
#FFFEC0 (or 0xFFFEC0) is known color: Cumulus. HEX triplet: FF, FE and C0. RGB value is (255,254,192). Sum of RGB (Red+Green+Blue) = 255+254+192=701 (92% of max value = 765). Red value is 255 (100% from 255 or 36.38% from 701); Green value is 254 (99.61% from 255 or 36.23% from 701); Blue value is 192 (75.39% from 255 or 27.39% from 701); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFEC0 is #00013F. Grayscale: #F7F7F7. Windows color (decimal): -320 or 12648191. OLE color: 12648191.
HSL color Cylindrical-coordinate representation of color #FFFEC0: hue angle of 59.05º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFFEC0 is Cyan = 0, Magento = 0.00, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 254 | 192 | - |
CMYK | 0 | 0.00 | 0.25 | 0 |
HSL | 59.05º | 1% | 0.88% | - |
HSV(B) | 59.05º | 0.25% | 1% | - |
XYZ | 86.2 | 95.95 | 63.85 | - |
YUV | 247.23 | 96.83 | 133.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 254 | 192 | 0 | 0.00 | 0.25 | 0 | 59.05 | 1 | 0.88 |
Hex | FF | FE | C0 | 0 | 0 | 19 | 0 | 3B | 64 | 58 |
Octal | 377 | 376 | 300 | 0 | 0 | 31 | 0 | 73 | 144 | 130 |
Binary | 11111111 | 11111110 | 11000000 | 0 | 0 | 11001 | 0 | 111011 | 1100100 | 1011000 |
Color Harmonies of #FFFEC0
Complementary color
Monochromatic Colors of #FFFEC0
Black with #FFFEC0
Text Example
Text Example
White with #FFFEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFEC0; }
p { color: rgb(255,254,192); }
H1.HeaderClassName
{
color: #FFFEC0;
}
.AnyTagClassName
{
color: #FFFEC0;
}
</style>
background-color css
<style>
a { background-color: #FFFEC0; }
a { background-color: rgb(255,254,192); }
div.DivClassName
{
background-color: #FFFEC0;
}
.BgClassName
{
background-color: #FFFEC0;
}
</style>
border-color css
<style>
span { border-color: #FFFEC0; }
span { border-color: rgb(255,254,192); }
td.TdClassName
{
border-color: #FFFEC0;
}
.TagClassName
{
border-color: #FFFEC0;
}
</style>