Shades of Cumulus #FFFEBD
Tints of Cumulus #FFFEBD
RGB
CMYK
RGB Variations
Color information
#FFFEBD (or 0xFFFEBD) is known color: Cumulus. HEX triplet: FF, FE and BD. RGB value is (255,254,189). Sum of RGB (Red+Green+Blue) = 255+254+189=698 (92% of max value = 765). Red value is 255 (100% from 255 or 36.53% from 698); Green value is 254 (99.61% from 255 or 36.39% from 698); Blue value is 189 (74.22% from 255 or 27.08% from 698); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFEBD is #000142. Grayscale: #F7F7F7. Windows color (decimal): -323 or 12451583. OLE color: 12451583.
HSL color Cylindrical-coordinate representation of color #FFFEBD: hue angle of 59.09º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFFEBD is Cyan = 0, Magento = 0.00, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 189 | - |
| CMYK | 0 | 0.00 | 0.26 | 0 |
| HSL | 59.09º | 1% | 0.87% | - |
| HSV(B) | 59.09º | 0.26% | 1% | - |
| XYZ | 85.87 | 95.82 | 62.11 | - |
| YUV | 246.89 | 95.33 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 189 | 0 | 0.00 | 0.26 | 0 | 59.09 | 1 | 0.87 |
| Hex | FF | FE | BD | 0 | 0 | 1A | 0 | 3B | 64 | 57 |
| Octal | 377 | 376 | 275 | 0 | 0 | 32 | 0 | 73 | 144 | 127 |
| Binary | 11111111 | 11111110 | 10111101 | 0 | 0 | 11010 | 0 | 111011 | 1100100 | 1010111 |
Color Harmonies of #FFFEBD
Complementary color
Monochromatic Colors of #FFFEBD
Black with #FFFEBD
Text Example
Text Example
White with #FFFEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFEBD; }
p { color: rgb(255,254,189); }
H1.HeaderClassName
{
color: #FFFEBD;
}
.AnyTagClassName
{
color: #FFFEBD;
}
</style>
background-color css
<style>
a { background-color: #FFFEBD; }
a { background-color: rgb(255,254,189); }
div.DivClassName
{
background-color: #FFFEBD;
}
.BgClassName
{
background-color: #FFFEBD;
}
</style>
border-color css
<style>
span { border-color: #FFFEBD; }
span { border-color: rgb(255,254,189); }
td.TdClassName
{
border-color: #FFFEBD;
}
.TagClassName
{
border-color: #FFFEBD;
}
</style>