Shades of Foam #C8F8F1
Tints of Foam #C8F8F1
RGB
CMYK
RGB Variations
Color information
#C8F8F1 (or 0xC8F8F1) is known color: Foam. HEX triplet: C8, F8 and F1. RGB value is (200,248,241). Sum of RGB (Red+Green+Blue) = 200+248+241=689 (91% of max value = 765). Red value is 200 (78.52% from 255 or 29.03% from 689); Green value is 248 (97.27% from 255 or 35.99% from 689); Blue value is 241 (94.53% from 255 or 34.98% from 689); Max value from RGB is 248 - color contains mainly: green. Hex color #C8F8F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8F8F1 is #37070E. Grayscale: #E8E8E8. Windows color (decimal): -3606287 or 15857864. OLE color: 15857864.
HSL color Cylindrical-coordinate representation of color #C8F8F1: hue angle of 171.25º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8F8F1 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 248 | 241 | - |
| CMYK | 0.19 | 0 | 0.03 | 0.03 |
| HSL | 171.25º | 0.77% | 0.88% | - |
| HSV(B) | 171.25º | 0.19% | 0.97% | - |
| XYZ | 73.26 | 85.77 | 95.91 | - |
| YUV | 232.85 | 132.6 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 248 | 241 | 0.19 | 0 | 0.03 | 0.03 | 171.25 | 0.77 | 0.88 |
| Hex | C8 | F8 | F1 | 13 | 0 | 3 | 3 | AB | 4D | 58 |
| Octal | 310 | 370 | 361 | 23 | 0 | 3 | 3 | 253 | 115 | 130 |
| Binary | 11001000 | 11111000 | 11110001 | 10011 | 0 | 11 | 11 | 10101011 | 1001101 | 1011000 |
Color Harmonies of #C8F8F1
Complementary color
Monochromatic Colors of #C8F8F1
Black with #C8F8F1
Text Example
Text Example
White with #C8F8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F8F1; }
p { color: rgb(200,248,241); }
H1.HeaderClassName
{
color: #C8F8F1;
}
.AnyTagClassName
{
color: #C8F8F1;
}
</style>
background-color css
<style>
a { background-color: #C8F8F1; }
a { background-color: rgb(200,248,241); }
div.DivClassName
{
background-color: #C8F8F1;
}
.BgClassName
{
background-color: #C8F8F1;
}
</style>
border-color css
<style>
span { border-color: #C8F8F1; }
span { border-color: rgb(200,248,241); }
td.TdClassName
{
border-color: #C8F8F1;
}
.TagClassName
{
border-color: #C8F8F1;
}
</style>