Shades of Cumulus #FFFDB8
Tints of Cumulus #FFFDB8
RGB
CMYK
RGB Variations
Color information
#FFFDB8 (or 0xFFFDB8) is known color: Cumulus. HEX triplet: FF, FD and B8. RGB value is (255,253,184). Sum of RGB (Red+Green+Blue) = 255+253+184=692 (91% of max value = 765). Red value is 255 (100% from 255 or 36.85% from 692); Green value is 253 (99.22% from 255 or 36.56% from 692); Blue value is 184 (72.27% from 255 or 26.59% from 692); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFDB8 is #000247. Grayscale: #F6F6F6. Windows color (decimal): -584 or 12123647. OLE color: 12123647.
HSL color Cylindrical-coordinate representation of color #FFFDB8: hue angle of 58.31º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFFDB8 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 184 | - |
| CMYK | 0 | 0.01 | 0.28 | 0 |
| HSL | 58.31º | 1% | 0.86% | - |
| HSV(B) | 58.31º | 0.28% | 1% | - |
| XYZ | 85.02 | 94.97 | 59.2 | - |
| YUV | 245.73 | 93.16 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 184 | 0 | 0.01 | 0.28 | 0 | 58.31 | 1 | 0.86 |
| Hex | FF | FD | B8 | 0 | 1 | 1C | 0 | 3A | 64 | 56 |
| Octal | 377 | 375 | 270 | 0 | 1 | 34 | 0 | 72 | 144 | 126 |
| Binary | 11111111 | 11111101 | 10111000 | 0 | 1 | 11100 | 0 | 111010 | 1100100 | 1010110 |
Color Harmonies of #FFFDB8
Complementary color
Monochromatic Colors of #FFFDB8
Black with #FFFDB8
Text Example
Text Example
White with #FFFDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFDB8; }
p { color: rgb(255,253,184); }
H1.HeaderClassName
{
color: #FFFDB8;
}
.AnyTagClassName
{
color: #FFFDB8;
}
</style>
background-color css
<style>
a { background-color: #FFFDB8; }
a { background-color: rgb(255,253,184); }
div.DivClassName
{
background-color: #FFFDB8;
}
.BgClassName
{
background-color: #FFFDB8;
}
</style>
border-color css
<style>
span { border-color: #FFFDB8; }
span { border-color: rgb(255,253,184); }
td.TdClassName
{
border-color: #FFFDB8;
}
.TagClassName
{
border-color: #FFFDB8;
}
</style>