Shades of Cumulus #F2F3BD
Tints of Cumulus #F2F3BD
RGB
CMYK
RGB Variations
Color information
#F2F3BD (or 0xF2F3BD) is known color: Cumulus. HEX triplet: F2, F3 and BD. RGB value is (242,243,189). Sum of RGB (Red+Green+Blue) = 242+243+189=674 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.91% from 674); Green value is 243 (95.31% from 255 or 36.05% from 674); Blue value is 189 (74.22% from 255 or 28.04% from 674); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F3BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F3BD is #0D0C42. Grayscale: #ECECEC. Windows color (decimal): -855107 or 12448754. OLE color: 12448754.
HSL color Cylindrical-coordinate representation of color #F2F3BD: hue angle of 61.11º 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 #F2F3BD is Cyan = 0.00, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 243 | 189 | - |
| CMYK | 0.00 | 0 | 0.22 | 0.05 |
| HSL | 61.11º | 0.69% | 0.85% | - |
| HSV(B) | 61.11º | 0.22% | 0.95% | - |
| XYZ | 77.85 | 86.65 | 60.77 | - |
| YUV | 236.55 | 101.17 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 243 | 189 | 0.00 | 0 | 0.22 | 0.05 | 61.11 | 0.69 | 0.85 |
| Hex | F2 | F3 | BD | 0 | 0 | 16 | 5 | 3D | 45 | 55 |
| Octal | 362 | 363 | 275 | 0 | 0 | 26 | 5 | 75 | 105 | 125 |
| Binary | 11110010 | 11110011 | 10111101 | 0 | 0 | 10110 | 101 | 111101 | 1000101 | 1010101 |
Color Harmonies of #F2F3BD
Complementary color
Monochromatic Colors of #F2F3BD
Black with #F2F3BD
Text Example
Text Example
White with #F2F3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F3BD; }
p { color: rgb(242,243,189); }
H1.HeaderClassName
{
color: #F2F3BD;
}
.AnyTagClassName
{
color: #F2F3BD;
}
</style>
background-color css
<style>
a { background-color: #F2F3BD; }
a { background-color: rgb(242,243,189); }
div.DivClassName
{
background-color: #F2F3BD;
}
.BgClassName
{
background-color: #F2F3BD;
}
</style>
border-color css
<style>
span { border-color: #F2F3BD; }
span { border-color: rgb(242,243,189); }
td.TdClassName
{
border-color: #F2F3BD;
}
.TagClassName
{
border-color: #F2F3BD;
}
</style>