Shades of Cumulus #FFFDBD
Tints of Cumulus #FFFDBD
RGB
CMYK
RGB Variations
Color information
#FFFDBD (or 0xFFFDBD) is known color: Cumulus. HEX triplet: FF, FD and BD. RGB value is (255,253,189). Sum of RGB (Red+Green+Blue) = 255+253+189=697 (92% of max value = 765). Red value is 255 (100% from 255 or 36.59% from 697); Green value is 253 (99.22% from 255 or 36.30% from 697); Blue value is 189 (74.22% from 255 or 27.12% from 697); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFDBD is #000242. Grayscale: #F6F6F6. Windows color (decimal): -579 or 12451327. OLE color: 12451327.
HSL color Cylindrical-coordinate representation of color #FFFDBD: hue angle of 58.18º 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 #FFFDBD is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 189 | - |
| CMYK | 0 | 0.01 | 0.26 | 0 |
| HSL | 58.18º | 1% | 0.87% | - |
| HSV(B) | 58.18º | 0.26% | 1% | - |
| XYZ | 85.55 | 95.18 | 62.01 | - |
| YUV | 246.3 | 95.66 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 189 | 0 | 0.01 | 0.26 | 0 | 58.18 | 1 | 0.87 |
| Hex | FF | FD | BD | 0 | 1 | 1A | 0 | 3A | 64 | 57 |
| Octal | 377 | 375 | 275 | 0 | 1 | 32 | 0 | 72 | 144 | 127 |
| Binary | 11111111 | 11111101 | 10111101 | 0 | 1 | 11010 | 0 | 111010 | 1100100 | 1010111 |
Color Harmonies of #FFFDBD
Complementary color
Monochromatic Colors of #FFFDBD
Black with #FFFDBD
Text Example
Text Example
White with #FFFDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFDBD; }
p { color: rgb(255,253,189); }
H1.HeaderClassName
{
color: #FFFDBD;
}
.AnyTagClassName
{
color: #FFFDBD;
}
</style>
background-color css
<style>
a { background-color: #FFFDBD; }
a { background-color: rgb(255,253,189); }
div.DivClassName
{
background-color: #FFFDBD;
}
.BgClassName
{
background-color: #FFFDBD;
}
</style>
border-color css
<style>
span { border-color: #FFFDBD; }
span { border-color: rgb(255,253,189); }
td.TdClassName
{
border-color: #FFFDBD;
}
.TagClassName
{
border-color: #FFFDBD;
}
</style>