Shades of Cumulus #F5F5C3
Tints of Cumulus #F5F5C3
RGB
CMYK
RGB Variations
Color information
#F5F5C3 (or 0xF5F5C3) is known color: Cumulus. HEX triplet: F5, F5 and C3. RGB value is (245,245,195). Sum of RGB (Red+Green+Blue) = 245+245+195=685 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.77% from 685); Green value is 245 (96.09% from 255 or 35.77% from 685); Blue value is 195 (76.56% from 255 or 28.47% from 685); Max value from RGB is 245 - color contains mainly: red, green. Hex color #F5F5C3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F5C3 is #0A0A3C. Grayscale: #EFEFEF. Windows color (decimal): -657981 or 12842485. OLE color: 12842485.
HSL color Cylindrical-coordinate representation of color #F5F5C3: hue angle of 60º degrees, saturation: 0.71, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F5F5C3 is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 245 | 195 | - |
| CMYK | 0 | 0 | 0.20 | 0.04 |
| HSL | 60º | 0.71% | 0.86% | - |
| HSV(B) | 60º | 0.2% | 0.96% | - |
| XYZ | 80.16 | 88.66 | 64.52 | - |
| YUV | 239.3 | 103 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 245 | 195 | 0 | 0 | 0.20 | 0.04 | 60 | 0.71 | 0.86 |
| Hex | F5 | F5 | C3 | 0 | 0 | 14 | 4 | 3C | 47 | 56 |
| Octal | 365 | 365 | 303 | 0 | 0 | 24 | 4 | 74 | 107 | 126 |
| Binary | 11110101 | 11110101 | 11000011 | 0 | 0 | 10100 | 100 | 111100 | 1000111 | 1010110 |
Color Harmonies of #F5F5C3
Complementary color
Monochromatic Colors of #F5F5C3
Black with #F5F5C3
Text Example
Text Example
White with #F5F5C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F5C3; }
p { color: rgb(245,245,195); }
H1.HeaderClassName
{
color: #F5F5C3;
}
.AnyTagClassName
{
color: #F5F5C3;
}
</style>
background-color css
<style>
a { background-color: #F5F5C3; }
a { background-color: rgb(245,245,195); }
div.DivClassName
{
background-color: #F5F5C3;
}
.BgClassName
{
background-color: #F5F5C3;
}
</style>
border-color css
<style>
span { border-color: #F5F5C3; }
span { border-color: rgb(245,245,195); }
td.TdClassName
{
border-color: #F5F5C3;
}
.TagClassName
{
border-color: #F5F5C3;
}
</style>