Shades of Cumulus #FFFDBB
Tints of Cumulus #FFFDBB
RGB
CMYK
RGB Variations
Color information
#FFFDBB (or 0xFFFDBB) is known color: Cumulus. HEX triplet: FF, FD and BB. RGB value is (255,253,187). Sum of RGB (Red+Green+Blue) = 255+253+187=695 (92% of max value = 765). Red value is 255 (100% from 255 or 36.69% from 695); Green value is 253 (99.22% from 255 or 36.40% from 695); Blue value is 187 (73.44% from 255 or 26.91% from 695); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFDBB is #000244. Grayscale: #F6F6F6. Windows color (decimal): -581 or 12320255. OLE color: 12320255.
HSL color Cylindrical-coordinate representation of color #FFFDBB: hue angle of 58.24º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFFDBB is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 253 | 187 | - |
CMYK | 0 | 0.01 | 0.27 | 0 |
HSL | 58.24º | 1% | 0.87% | - |
HSV(B) | 58.24º | 0.27% | 1% | - |
XYZ | 85.33 | 95.1 | 60.87 | - |
YUV | 246.07 | 94.66 | 134.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 253 | 187 | 0 | 0.01 | 0.27 | 0 | 58.24 | 1 | 0.87 |
Hex | FF | FD | BB | 0 | 1 | 1B | 0 | 3A | 64 | 57 |
Octal | 377 | 375 | 273 | 0 | 1 | 33 | 0 | 72 | 144 | 127 |
Binary | 11111111 | 11111101 | 10111011 | 0 | 1 | 11011 | 0 | 111010 | 1100100 | 1010111 |
Color Harmonies of #FFFDBB
Complementary color
Monochromatic Colors of #FFFDBB
Black with #FFFDBB
Text Example
Text Example
White with #FFFDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFDBB; }
p { color: rgb(255,253,187); }
H1.HeaderClassName
{
color: #FFFDBB;
}
.AnyTagClassName
{
color: #FFFDBB;
}
</style>
background-color css
<style>
a { background-color: #FFFDBB; }
a { background-color: rgb(255,253,187); }
div.DivClassName
{
background-color: #FFFDBB;
}
.BgClassName
{
background-color: #FFFDBB;
}
</style>
border-color css
<style>
span { border-color: #FFFDBB; }
span { border-color: rgb(255,253,187); }
td.TdClassName
{
border-color: #FFFDBB;
}
.TagClassName
{
border-color: #FFFDBB;
}
</style>