Shades of Foam #CFF5F0
Tints of Foam #CFF5F0
RGB
CMYK
RGB Variations
Color information
#CFF5F0 (or 0xCFF5F0) is known color: Foam. HEX triplet: CF, F5 and F0. RGB value is (207,245,240). Sum of RGB (Red+Green+Blue) = 207+245+240=692 (91% of max value = 765). Red value is 207 (81.25% from 255 or 29.91% from 692); Green value is 245 (96.09% from 255 or 35.40% from 692); Blue value is 240 (94.14% from 255 or 34.68% from 692); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF5F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF5F0 is #300A0F. Grayscale: #E9E9E9. Windows color (decimal): -3148304 or 15791567. OLE color: 15791567.
HSL color Cylindrical-coordinate representation of color #CFF5F0: hue angle of 172.11º degrees, saturation: 0.66, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFF5F0 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 240 | - |
| CMYK | 0.16 | 0 | 0.02 | 0.04 |
| HSL | 172.11º | 0.66% | 0.89% | - |
| HSV(B) | 172.11º | 0.16% | 0.96% | - |
| XYZ | 74.11 | 84.86 | 94.91 | - |
| YUV | 233.07 | 131.91 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 240 | 0.16 | 0 | 0.02 | 0.04 | 172.11 | 0.66 | 0.89 |
| Hex | CF | F5 | F0 | 10 | 0 | 2 | 4 | AC | 42 | 59 |
| Octal | 317 | 365 | 360 | 20 | 0 | 2 | 4 | 254 | 102 | 131 |
| Binary | 11001111 | 11110101 | 11110000 | 10000 | 0 | 10 | 100 | 10101100 | 1000010 | 1011001 |
Color Harmonies of #CFF5F0
Complementary color
Monochromatic Colors of #CFF5F0
Black with #CFF5F0
Text Example
Text Example
White with #CFF5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF5F0; }
p { color: rgb(207,245,240); }
H1.HeaderClassName
{
color: #CFF5F0;
}
.AnyTagClassName
{
color: #CFF5F0;
}
</style>
background-color css
<style>
a { background-color: #CFF5F0; }
a { background-color: rgb(207,245,240); }
div.DivClassName
{
background-color: #CFF5F0;
}
.BgClassName
{
background-color: #CFF5F0;
}
</style>
border-color css
<style>
span { border-color: #CFF5F0; }
span { border-color: rgb(207,245,240); }
td.TdClassName
{
border-color: #CFF5F0;
}
.TagClassName
{
border-color: #CFF5F0;
}
</style>