Shades of Cumulus #F3F1BF
Tints of Cumulus #F3F1BF
RGB
CMYK
RGB Variations
Color information
#F3F1BF (or 0xF3F1BF) is known color: Cumulus. HEX triplet: F3, F1 and BF. RGB value is (243,241,191). Sum of RGB (Red+Green+Blue) = 243+241+191=675 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36% from 675); Green value is 241 (94.53% from 255 or 35.70% from 675); Blue value is 191 (75% from 255 or 28.30% from 675); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F1BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3F1BF is #0C0E40. Grayscale: #ECECEC. Windows color (decimal): -790081 or 12579315. OLE color: 12579315.
HSL color Cylindrical-coordinate representation of color #F3F1BF: hue angle of 57.69º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F3F1BF is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 241 | 191 | - |
| CMYK | 0 | 0.01 | 0.21 | 0.05 |
| HSL | 57.69º | 0.68% | 0.85% | - |
| HSV(B) | 57.69º | 0.21% | 0.95% | - |
| XYZ | 77.82 | 85.73 | 61.74 | - |
| YUV | 235.9 | 102.66 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 241 | 191 | 0 | 0.01 | 0.21 | 0.05 | 57.69 | 0.68 | 0.85 |
| Hex | F3 | F1 | BF | 0 | 1 | 15 | 5 | 3A | 44 | 55 |
| Octal | 363 | 361 | 277 | 0 | 1 | 25 | 5 | 72 | 104 | 125 |
| Binary | 11110011 | 11110001 | 10111111 | 0 | 1 | 10101 | 101 | 111010 | 1000100 | 1010101 |
Color Harmonies of #F3F1BF
Complementary color
Monochromatic Colors of #F3F1BF
Black with #F3F1BF
Text Example
Text Example
White with #F3F1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F1BF; }
p { color: rgb(243,241,191); }
H1.HeaderClassName
{
color: #F3F1BF;
}
.AnyTagClassName
{
color: #F3F1BF;
}
</style>
background-color css
<style>
a { background-color: #F3F1BF; }
a { background-color: rgb(243,241,191); }
div.DivClassName
{
background-color: #F3F1BF;
}
.BgClassName
{
background-color: #F3F1BF;
}
</style>
border-color css
<style>
span { border-color: #F3F1BF; }
span { border-color: rgb(243,241,191); }
td.TdClassName
{
border-color: #F3F1BF;
}
.TagClassName
{
border-color: #F3F1BF;
}
</style>