Shades of Cumulus #F3F1C2
Tints of Cumulus #F3F1C2
RGB
CMYK
RGB Variations
Color information
#F3F1C2 (or 0xF3F1C2) is known color: Cumulus. HEX triplet: F3, F1 and C2. RGB value is (243,241,194). Sum of RGB (Red+Green+Blue) = 243+241+194=678 (89% of max value = 765). Red value is 243 (95.31% from 255 or 35.84% from 678); Green value is 241 (94.53% from 255 or 35.55% from 678); Blue value is 194 (76.17% from 255 or 28.61% from 678); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F1C2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3F1C2 is #0C0E3D. Grayscale: #ECECEC. Windows color (decimal): -790078 or 12775923. OLE color: 12775923.
HSL color Cylindrical-coordinate representation of color #F3F1C2: hue angle of 57.55º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F3F1C2 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 241 | 194 | - |
| CMYK | 0 | 0.01 | 0.20 | 0.05 |
| HSL | 57.55º | 0.67% | 0.86% | - |
| HSV(B) | 57.55º | 0.2% | 0.95% | - |
| XYZ | 78.16 | 85.86 | 63.49 | - |
| YUV | 236.24 | 104.16 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 241 | 194 | 0 | 0.01 | 0.20 | 0.05 | 57.55 | 0.67 | 0.86 |
| Hex | F3 | F1 | C2 | 0 | 1 | 14 | 5 | 3A | 43 | 56 |
| Octal | 363 | 361 | 302 | 0 | 1 | 24 | 5 | 72 | 103 | 126 |
| Binary | 11110011 | 11110001 | 11000010 | 0 | 1 | 10100 | 101 | 111010 | 1000011 | 1010110 |
Color Harmonies of #F3F1C2
Complementary color
Monochromatic Colors of #F3F1C2
Black with #F3F1C2
Text Example
Text Example
White with #F3F1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F1C2; }
p { color: rgb(243,241,194); }
H1.HeaderClassName
{
color: #F3F1C2;
}
.AnyTagClassName
{
color: #F3F1C2;
}
</style>
background-color css
<style>
a { background-color: #F3F1C2; }
a { background-color: rgb(243,241,194); }
div.DivClassName
{
background-color: #F3F1C2;
}
.BgClassName
{
background-color: #F3F1C2;
}
</style>
border-color css
<style>
span { border-color: #F3F1C2; }
span { border-color: rgb(243,241,194); }
td.TdClassName
{
border-color: #F3F1C2;
}
.TagClassName
{
border-color: #F3F1C2;
}
</style>