Shades of Foam #C8FCF6
Tints of Foam #C8FCF6
RGB
CMYK
RGB Variations
Color information
#C8FCF6 (or 0xC8FCF6) is known color: Foam. HEX triplet: C8, FC and F6. RGB value is (200,252,246). Sum of RGB (Red+Green+Blue) = 200+252+246=698 (92% of max value = 765). Red value is 200 (78.52% from 255 or 28.65% from 698); Green value is 252 (98.83% from 255 or 36.10% from 698); Blue value is 246 (96.48% from 255 or 35.24% from 698); Max value from RGB is 252 - color contains mainly: green. Hex color #C8FCF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FCF6 is #370309. Grayscale: #EBEBEB. Windows color (decimal): -3605258 or 16186568. OLE color: 16186568.
HSL color Cylindrical-coordinate representation of color #C8FCF6: hue angle of 173.08º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8FCF6 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 252 | 246 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.01 |
| HSL | 173.08º | 0.9% | 0.89% | - |
| HSV(B) | 173.08º | 0.21% | 0.99% | - |
| XYZ | 75.26 | 88.55 | 100.31 | - |
| YUV | 235.77 | 133.77 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 252 | 246 | 0.21 | 0 | 0.02 | 0.01 | 173.08 | 0.9 | 0.89 |
| Hex | C8 | FC | F6 | 15 | 0 | 2 | 1 | AD | 5A | 59 |
| Octal | 310 | 374 | 366 | 25 | 0 | 2 | 1 | 255 | 132 | 131 |
| Binary | 11001000 | 11111100 | 11110110 | 10101 | 0 | 10 | 1 | 10101101 | 1011010 | 1011001 |
Color Harmonies of #C8FCF6
Complementary color
Monochromatic Colors of #C8FCF6
Black with #C8FCF6
Text Example
Text Example
White with #C8FCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FCF6; }
p { color: rgb(200,252,246); }
H1.HeaderClassName
{
color: #C8FCF6;
}
.AnyTagClassName
{
color: #C8FCF6;
}
</style>
background-color css
<style>
a { background-color: #C8FCF6; }
a { background-color: rgb(200,252,246); }
div.DivClassName
{
background-color: #C8FCF6;
}
.BgClassName
{
background-color: #C8FCF6;
}
</style>
border-color css
<style>
span { border-color: #C8FCF6; }
span { border-color: rgb(200,252,246); }
td.TdClassName
{
border-color: #C8FCF6;
}
.TagClassName
{
border-color: #C8FCF6;
}
</style>