Shades of Cumulus #FFFBBC
Tints of Cumulus #FFFBBC
RGB
CMYK
RGB Variations
Color information
#FFFBBC (or 0xFFFBBC) is known color: Cumulus. HEX triplet: FF, FB and BC. RGB value is (255,251,188). Sum of RGB (Red+Green+Blue) = 255+251+188=694 (91% of max value = 765). Red value is 255 (100% from 255 or 36.74% from 694); Green value is 251 (98.44% from 255 or 36.17% from 694); Blue value is 188 (73.83% from 255 or 27.09% from 694); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFBBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFBBC is #000443. Grayscale: #F5F5F5. Windows color (decimal): -1092 or 12385279. OLE color: 12385279.
HSL color Cylindrical-coordinate representation of color #FFFBBC: hue angle of 56.42º 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 #FFFBBC is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 251 | 188 | - |
| CMYK | 0 | 0.02 | 0.26 | 0 |
| HSL | 56.42º | 1% | 0.87% | - |
| HSV(B) | 56.42º | 0.26% | 1% | - |
| XYZ | 84.81 | 93.89 | 61.23 | - |
| YUV | 245.01 | 95.83 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 251 | 188 | 0 | 0.02 | 0.26 | 0 | 56.42 | 1 | 0.87 |
| Hex | FF | FB | BC | 0 | 2 | 1A | 0 | 38 | 64 | 57 |
| Octal | 377 | 373 | 274 | 0 | 2 | 32 | 0 | 70 | 144 | 127 |
| Binary | 11111111 | 11111011 | 10111100 | 0 | 10 | 11010 | 0 | 111000 | 1100100 | 1010111 |
Color Harmonies of #FFFBBC
Complementary color
Monochromatic Colors of #FFFBBC
Black with #FFFBBC
Text Example
Text Example
White with #FFFBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFBBC; }
p { color: rgb(255,251,188); }
H1.HeaderClassName
{
color: #FFFBBC;
}
.AnyTagClassName
{
color: #FFFBBC;
}
</style>
background-color css
<style>
a { background-color: #FFFBBC; }
a { background-color: rgb(255,251,188); }
div.DivClassName
{
background-color: #FFFBBC;
}
.BgClassName
{
background-color: #FFFBBC;
}
</style>
border-color css
<style>
span { border-color: #FFFBBC; }
span { border-color: rgb(255,251,188); }
td.TdClassName
{
border-color: #FFFBBC;
}
.TagClassName
{
border-color: #FFFBBC;
}
</style>