Shades of Cumulus #FFFCBD
Tints of Cumulus #FFFCBD
RGB
CMYK
RGB Variations
Color information
#FFFCBD (or 0xFFFCBD) is known color: Cumulus. HEX triplet: FF, FC and BD. RGB value is (255,252,189). Sum of RGB (Red+Green+Blue) = 255+252+189=696 (92% of max value = 765). Red value is 255 (100% from 255 or 36.64% from 696); Green value is 252 (98.83% from 255 or 36.21% from 696); Blue value is 189 (74.22% from 255 or 27.16% from 696); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFCBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFCBD is #000342. Grayscale: #F5F5F5. Windows color (decimal): -835 or 12451071. OLE color: 12451071.
HSL color Cylindrical-coordinate representation of color #FFFCBD: hue angle of 57.27º 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 #FFFCBD is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 189 | - |
| CMYK | 0 | 0.01 | 0.26 | 0 |
| HSL | 57.27º | 1% | 0.87% | - |
| HSV(B) | 57.27º | 0.26% | 1% | - |
| XYZ | 85.24 | 94.55 | 61.9 | - |
| YUV | 245.72 | 95.99 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 189 | 0 | 0.01 | 0.26 | 0 | 57.27 | 1 | 0.87 |
| Hex | FF | FC | BD | 0 | 1 | 1A | 0 | 39 | 64 | 57 |
| Octal | 377 | 374 | 275 | 0 | 1 | 32 | 0 | 71 | 144 | 127 |
| Binary | 11111111 | 11111100 | 10111101 | 0 | 1 | 11010 | 0 | 111001 | 1100100 | 1010111 |
Color Harmonies of #FFFCBD
Complementary color
Monochromatic Colors of #FFFCBD
Black with #FFFCBD
Text Example
Text Example
White with #FFFCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFCBD; }
p { color: rgb(255,252,189); }
H1.HeaderClassName
{
color: #FFFCBD;
}
.AnyTagClassName
{
color: #FFFCBD;
}
</style>
background-color css
<style>
a { background-color: #FFFCBD; }
a { background-color: rgb(255,252,189); }
div.DivClassName
{
background-color: #FFFCBD;
}
.BgClassName
{
background-color: #FFFCBD;
}
</style>
border-color css
<style>
span { border-color: #FFFCBD; }
span { border-color: rgb(255,252,189); }
td.TdClassName
{
border-color: #FFFCBD;
}
.TagClassName
{
border-color: #FFFCBD;
}
</style>