Shades of Foam #C8F9F4
Tints of Foam #C8F9F4
RGB
CMYK
RGB Variations
Color information
#C8F9F4 (or 0xC8F9F4) is known color: Foam. HEX triplet: C8, F9 and F4. RGB value is (200,249,244). Sum of RGB (Red+Green+Blue) = 200+249+244=693 (91% of max value = 765). Red value is 200 (78.52% from 255 or 28.86% from 693); Green value is 249 (97.66% from 255 or 35.93% from 693); Blue value is 244 (95.70% from 255 or 35.21% from 693); Max value from RGB is 249 - color contains mainly: green. Hex color #C8F9F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8F9F4 is #37060B. Grayscale: #E9E9E9. Windows color (decimal): -3606028 or 16054728. OLE color: 16054728.
HSL color Cylindrical-coordinate representation of color #C8F9F4: hue angle of 173.88º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8F9F4 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 249 | 244 | - |
| CMYK | 0.20 | 0 | 0.02 | 0.02 |
| HSL | 173.88º | 0.8% | 0.88% | - |
| HSV(B) | 173.88º | 0.2% | 0.98% | - |
| XYZ | 74.02 | 86.56 | 98.39 | - |
| YUV | 233.78 | 133.77 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 249 | 244 | 0.20 | 0 | 0.02 | 0.02 | 173.88 | 0.8 | 0.88 |
| Hex | C8 | F9 | F4 | 14 | 0 | 2 | 2 | AE | 50 | 58 |
| Octal | 310 | 371 | 364 | 24 | 0 | 2 | 2 | 256 | 120 | 130 |
| Binary | 11001000 | 11111001 | 11110100 | 10100 | 0 | 10 | 10 | 10101110 | 1010000 | 1011000 |
Color Harmonies of #C8F9F4
Complementary color
Monochromatic Colors of #C8F9F4
Black with #C8F9F4
Text Example
Text Example
White with #C8F9F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F9F4; }
p { color: rgb(200,249,244); }
H1.HeaderClassName
{
color: #C8F9F4;
}
.AnyTagClassName
{
color: #C8F9F4;
}
</style>
background-color css
<style>
a { background-color: #C8F9F4; }
a { background-color: rgb(200,249,244); }
div.DivClassName
{
background-color: #C8F9F4;
}
.BgClassName
{
background-color: #C8F9F4;
}
</style>
border-color css
<style>
span { border-color: #C8F9F4; }
span { border-color: rgb(200,249,244); }
td.TdClassName
{
border-color: #C8F9F4;
}
.TagClassName
{
border-color: #C8F9F4;
}
</style>