Shades of Cumulus #FFFDBA
Tints of Cumulus #FFFDBA
RGB
CMYK
RGB Variations
Color information
#FFFDBA (or 0xFFFDBA) is known color: Cumulus. HEX triplet: FF, FD and BA. RGB value is (255,253,186). Sum of RGB (Red+Green+Blue) = 255+253+186=694 (91% of max value = 765). Red value is 255 (100% from 255 or 36.74% from 694); Green value is 253 (99.22% from 255 or 36.46% from 694); Blue value is 186 (73.05% from 255 or 26.80% from 694); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFDBA is #000245. Grayscale: #F6F6F6. Windows color (decimal): -582 or 12254719. OLE color: 12254719.
HSL color Cylindrical-coordinate representation of color #FFFDBA: hue angle of 58.26º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFFDBA is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 186 | - |
| CMYK | 0 | 0.01 | 0.27 | 0 |
| HSL | 58.26º | 1% | 0.86% | - |
| HSV(B) | 58.26º | 0.27% | 1% | - |
| XYZ | 85.23 | 95.06 | 60.31 | - |
| YUV | 245.96 | 94.16 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 186 | 0 | 0.01 | 0.27 | 0 | 58.26 | 1 | 0.86 |
| Hex | FF | FD | BA | 0 | 1 | 1B | 0 | 3A | 64 | 56 |
| Octal | 377 | 375 | 272 | 0 | 1 | 33 | 0 | 72 | 144 | 126 |
| Binary | 11111111 | 11111101 | 10111010 | 0 | 1 | 11011 | 0 | 111010 | 1100100 | 1010110 |
Color Harmonies of #FFFDBA
Complementary color
Monochromatic Colors of #FFFDBA
Black with #FFFDBA
Text Example
Text Example
White with #FFFDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFDBA; }
p { color: rgb(255,253,186); }
H1.HeaderClassName
{
color: #FFFDBA;
}
.AnyTagClassName
{
color: #FFFDBA;
}
</style>
background-color css
<style>
a { background-color: #FFFDBA; }
a { background-color: rgb(255,253,186); }
div.DivClassName
{
background-color: #FFFDBA;
}
.BgClassName
{
background-color: #FFFDBA;
}
</style>
border-color css
<style>
span { border-color: #FFFDBA; }
span { border-color: rgb(255,253,186); }
td.TdClassName
{
border-color: #FFFDBA;
}
.TagClassName
{
border-color: #FFFDBA;
}
</style>