Shades of Foam #C6FAF6
Tints of Foam #C6FAF6
RGB
CMYK
RGB Variations
Color information
#C6FAF6 (or 0xC6FAF6) is known color: Foam. HEX triplet: C6, FA and F6. RGB value is (198,250,246). Sum of RGB (Red+Green+Blue) = 198+250+246=694 (91% of max value = 765). Red value is 198 (77.73% from 255 or 28.53% from 694); Green value is 250 (98.05% from 255 or 36.02% from 694); Blue value is 246 (96.48% from 255 or 35.45% from 694); Max value from RGB is 250 - color contains mainly: green. Hex color #C6FAF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6FAF6 is #390509. Grayscale: #E9E9E9. Windows color (decimal): -3736842 or 16186054. OLE color: 16186054.
HSL color Cylindrical-coordinate representation of color #C6FAF6: hue angle of 175.38º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6FAF6 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 250 | 246 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.02 |
| HSL | 175.38º | 0.84% | 0.88% | - |
| HSV(B) | 175.38º | 0.21% | 0.98% | - |
| XYZ | 74.11 | 87.03 | 100.08 | - |
| YUV | 234 | 134.77 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 250 | 246 | 0.21 | 0 | 0.02 | 0.02 | 175.38 | 0.84 | 0.88 |
| Hex | C6 | FA | F6 | 15 | 0 | 2 | 2 | AF | 54 | 58 |
| Octal | 306 | 372 | 366 | 25 | 0 | 2 | 2 | 257 | 124 | 130 |
| Binary | 11000110 | 11111010 | 11110110 | 10101 | 0 | 10 | 10 | 10101111 | 1010100 | 1011000 |
Color Harmonies of #C6FAF6
Complementary color
Monochromatic Colors of #C6FAF6
Black with #C6FAF6
Text Example
Text Example
White with #C6FAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FAF6; }
p { color: rgb(198,250,246); }
H1.HeaderClassName
{
color: #C6FAF6;
}
.AnyTagClassName
{
color: #C6FAF6;
}
</style>
background-color css
<style>
a { background-color: #C6FAF6; }
a { background-color: rgb(198,250,246); }
div.DivClassName
{
background-color: #C6FAF6;
}
.BgClassName
{
background-color: #C6FAF6;
}
</style>
border-color css
<style>
span { border-color: #C6FAF6; }
span { border-color: rgb(198,250,246); }
td.TdClassName
{
border-color: #C6FAF6;
}
.TagClassName
{
border-color: #C6FAF6;
}
</style>