Shades of Cumulus #F3F2BD
Tints of Cumulus #F3F2BD
RGB
CMYK
RGB Variations
Color information
#F3F2BD (or 0xF3F2BD) is known color: Cumulus. HEX triplet: F3, F2 and BD. RGB value is (243,242,189). Sum of RGB (Red+Green+Blue) = 243+242+189=674 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36.05% from 674); Green value is 242 (94.92% from 255 or 35.91% from 674); Blue value is 189 (74.22% from 255 or 28.04% from 674); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F2BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3F2BD is #0C0D42. Grayscale: #ECECEC. Windows color (decimal): -789827 or 12448499. OLE color: 12448499.
HSL color Cylindrical-coordinate representation of color #F3F2BD: hue angle of 58.89º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F3F2BD is Cyan = 0, Magento = 0.00, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 242 | 189 | - |
| CMYK | 0 | 0.00 | 0.22 | 0.05 |
| HSL | 58.89º | 0.69% | 0.85% | - |
| HSV(B) | 58.89º | 0.22% | 0.95% | - |
| XYZ | 77.9 | 86.23 | 60.68 | - |
| YUV | 236.26 | 101.33 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 242 | 189 | 0 | 0.00 | 0.22 | 0.05 | 58.89 | 0.69 | 0.85 |
| Hex | F3 | F2 | BD | 0 | 0 | 16 | 5 | 3B | 45 | 55 |
| Octal | 363 | 362 | 275 | 0 | 0 | 26 | 5 | 73 | 105 | 125 |
| Binary | 11110011 | 11110010 | 10111101 | 0 | 0 | 10110 | 101 | 111011 | 1000101 | 1010101 |
Color Harmonies of #F3F2BD
Complementary color
Monochromatic Colors of #F3F2BD
Black with #F3F2BD
Text Example
Text Example
White with #F3F2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F2BD; }
p { color: rgb(243,242,189); }
H1.HeaderClassName
{
color: #F3F2BD;
}
.AnyTagClassName
{
color: #F3F2BD;
}
</style>
background-color css
<style>
a { background-color: #F3F2BD; }
a { background-color: rgb(243,242,189); }
div.DivClassName
{
background-color: #F3F2BD;
}
.BgClassName
{
background-color: #F3F2BD;
}
</style>
border-color css
<style>
span { border-color: #F3F2BD; }
span { border-color: rgb(243,242,189); }
td.TdClassName
{
border-color: #F3F2BD;
}
.TagClassName
{
border-color: #F3F2BD;
}
</style>