Shades of Cumulus #F3F0C2
Tints of Cumulus #F3F0C2
RGB
CMYK
RGB Variations
Color information
#F3F0C2 (or 0xF3F0C2) is known color: Cumulus. HEX triplet: F3, F0 and C2. RGB value is (243,240,194). Sum of RGB (Red+Green+Blue) = 243+240+194=677 (89% of max value = 765). Red value is 243 (95.31% from 255 or 35.89% from 677); Green value is 240 (94.14% from 255 or 35.45% from 677); Blue value is 194 (76.17% from 255 or 28.66% from 677); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F0C2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3F0C2 is #0C0F3D. Grayscale: #EBEBEB. Windows color (decimal): -790334 or 12775667. OLE color: 12775667.
HSL color Cylindrical-coordinate representation of color #F3F0C2: hue angle of 56.33º 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 #F3F0C2 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 240 | 194 | - |
| CMYK | 0 | 0.01 | 0.20 | 0.05 |
| HSL | 56.33º | 0.67% | 0.86% | - |
| HSV(B) | 56.33º | 0.2% | 0.95% | - |
| XYZ | 77.86 | 85.27 | 63.39 | - |
| YUV | 235.65 | 104.49 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 240 | 194 | 0 | 0.01 | 0.20 | 0.05 | 56.33 | 0.67 | 0.86 |
| Hex | F3 | F0 | C2 | 0 | 1 | 14 | 5 | 38 | 43 | 56 |
| Octal | 363 | 360 | 302 | 0 | 1 | 24 | 5 | 70 | 103 | 126 |
| Binary | 11110011 | 11110000 | 11000010 | 0 | 1 | 10100 | 101 | 111000 | 1000011 | 1010110 |
Color Harmonies of #F3F0C2
Complementary color
Monochromatic Colors of #F3F0C2
Black with #F3F0C2
Text Example
Text Example
White with #F3F0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F0C2; }
p { color: rgb(243,240,194); }
H1.HeaderClassName
{
color: #F3F0C2;
}
.AnyTagClassName
{
color: #F3F0C2;
}
</style>
background-color css
<style>
a { background-color: #F3F0C2; }
a { background-color: rgb(243,240,194); }
div.DivClassName
{
background-color: #F3F0C2;
}
.BgClassName
{
background-color: #F3F0C2;
}
</style>
border-color css
<style>
span { border-color: #F3F0C2; }
span { border-color: rgb(243,240,194); }
td.TdClassName
{
border-color: #F3F0C2;
}
.TagClassName
{
border-color: #F3F0C2;
}
</style>