Shades of Cumulus #FFFEBF
Tints of Cumulus #FFFEBF
RGB
CMYK
RGB Variations
Color information
#FFFEBF (or 0xFFFEBF) is known color: Cumulus. HEX triplet: FF, FE and BF. RGB value is (255,254,191). Sum of RGB (Red+Green+Blue) = 255+254+191=700 (92% of max value = 765). Red value is 255 (100% from 255 or 36.43% from 700); Green value is 254 (99.61% from 255 or 36.29% from 700); Blue value is 191 (75% from 255 or 27.29% from 700); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFEBF is #000140. Grayscale: #F7F7F7. Windows color (decimal): -321 or 12582655. OLE color: 12582655.
HSL color Cylindrical-coordinate representation of color #FFFEBF: hue angle of 59.06º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFFEBF is Cyan = 0, Magento = 0.00, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 191 | - |
| CMYK | 0 | 0.00 | 0.25 | 0 |
| HSL | 59.06º | 1% | 0.87% | - |
| HSV(B) | 59.06º | 0.25% | 1% | - |
| XYZ | 86.09 | 95.91 | 63.26 | - |
| YUV | 247.12 | 96.33 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 191 | 0 | 0.00 | 0.25 | 0 | 59.06 | 1 | 0.87 |
| Hex | FF | FE | BF | 0 | 0 | 19 | 0 | 3B | 64 | 57 |
| Octal | 377 | 376 | 277 | 0 | 0 | 31 | 0 | 73 | 144 | 127 |
| Binary | 11111111 | 11111110 | 10111111 | 0 | 0 | 11001 | 0 | 111011 | 1100100 | 1010111 |
Color Harmonies of #FFFEBF
Complementary color
Monochromatic Colors of #FFFEBF
Black with #FFFEBF
Text Example
Text Example
White with #FFFEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFEBF; }
p { color: rgb(255,254,191); }
H1.HeaderClassName
{
color: #FFFEBF;
}
.AnyTagClassName
{
color: #FFFEBF;
}
</style>
background-color css
<style>
a { background-color: #FFFEBF; }
a { background-color: rgb(255,254,191); }
div.DivClassName
{
background-color: #FFFEBF;
}
.BgClassName
{
background-color: #FFFEBF;
}
</style>
border-color css
<style>
span { border-color: #FFFEBF; }
span { border-color: rgb(255,254,191); }
td.TdClassName
{
border-color: #FFFEBF;
}
.TagClassName
{
border-color: #FFFEBF;
}
</style>