Shades of Cumulus #F3F1C3
Tints of Cumulus #F3F1C3
RGB
CMYK
RGB Variations
Color information
#F3F1C3 (or 0xF3F1C3) is known color: Cumulus. HEX triplet: F3, F1 and C3. RGB value is (243,241,195). Sum of RGB (Red+Green+Blue) = 243+241+195=679 (89% of max value = 765). Red value is 243 (95.31% from 255 or 35.79% from 679); Green value is 241 (94.53% from 255 or 35.49% from 679); Blue value is 195 (76.56% from 255 or 28.72% from 679); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F1C3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3F1C3 is #0C0E3C. Grayscale: #ECECEC. Windows color (decimal): -790077 or 12841459. OLE color: 12841459.
HSL color Cylindrical-coordinate representation of color #F3F1C3: hue angle of 57.5º 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 #F3F1C3 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 241 | 195 | - |
| CMYK | 0 | 0.01 | 0.20 | 0.05 |
| HSL | 57.5º | 0.67% | 0.86% | - |
| HSV(B) | 57.5º | 0.2% | 0.95% | - |
| XYZ | 78.27 | 85.91 | 64.09 | - |
| YUV | 236.35 | 104.66 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 241 | 195 | 0 | 0.01 | 0.20 | 0.05 | 57.5 | 0.67 | 0.86 |
| Hex | F3 | F1 | C3 | 0 | 1 | 14 | 5 | 3A | 43 | 56 |
| Octal | 363 | 361 | 303 | 0 | 1 | 24 | 5 | 72 | 103 | 126 |
| Binary | 11110011 | 11110001 | 11000011 | 0 | 1 | 10100 | 101 | 111010 | 1000011 | 1010110 |
Color Harmonies of #F3F1C3
Complementary color
Monochromatic Colors of #F3F1C3
Black with #F3F1C3
Text Example
Text Example
White with #F3F1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F1C3; }
p { color: rgb(243,241,195); }
H1.HeaderClassName
{
color: #F3F1C3;
}
.AnyTagClassName
{
color: #F3F1C3;
}
</style>
background-color css
<style>
a { background-color: #F3F1C3; }
a { background-color: rgb(243,241,195); }
div.DivClassName
{
background-color: #F3F1C3;
}
.BgClassName
{
background-color: #F3F1C3;
}
</style>
border-color css
<style>
span { border-color: #F3F1C3; }
span { border-color: rgb(243,241,195); }
td.TdClassName
{
border-color: #F3F1C3;
}
.TagClassName
{
border-color: #F3F1C3;
}
</style>