Shades of Foam #C8F9F2
Tints of Foam #C8F9F2
RGB
CMYK
RGB Variations
Color information
#C8F9F2 (or 0xC8F9F2) is known color: Foam. HEX triplet: C8, F9 and F2. RGB value is (200,249,242). Sum of RGB (Red+Green+Blue) = 200+249+242=691 (91% of max value = 765). Red value is 200 (78.52% from 255 or 28.94% from 691); Green value is 249 (97.66% from 255 or 36.03% from 691); Blue value is 242 (94.92% from 255 or 35.02% from 691); Max value from RGB is 249 - color contains mainly: green. Hex color #C8F9F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8F9F2 is #37060D. Grayscale: #E9E9E9. Windows color (decimal): -3606030 or 15923656. OLE color: 15923656.
HSL color Cylindrical-coordinate representation of color #C8F9F2: hue angle of 171.43º 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 #C8F9F2 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 249 | 242 | - |
| CMYK | 0.20 | 0 | 0.03 | 0.02 |
| HSL | 171.43º | 0.8% | 0.88% | - |
| HSV(B) | 171.43º | 0.2% | 0.98% | - |
| XYZ | 73.72 | 86.44 | 96.8 | - |
| YUV | 233.55 | 132.77 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 249 | 242 | 0.20 | 0 | 0.03 | 0.02 | 171.43 | 0.8 | 0.88 |
| Hex | C8 | F9 | F2 | 14 | 0 | 3 | 2 | AB | 50 | 58 |
| Octal | 310 | 371 | 362 | 24 | 0 | 3 | 2 | 253 | 120 | 130 |
| Binary | 11001000 | 11111001 | 11110010 | 10100 | 0 | 11 | 10 | 10101011 | 1010000 | 1011000 |
Color Harmonies of #C8F9F2
Complementary color
Monochromatic Colors of #C8F9F2
Black with #C8F9F2
Text Example
Text Example
White with #C8F9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F9F2; }
p { color: rgb(200,249,242); }
H1.HeaderClassName
{
color: #C8F9F2;
}
.AnyTagClassName
{
color: #C8F9F2;
}
</style>
background-color css
<style>
a { background-color: #C8F9F2; }
a { background-color: rgb(200,249,242); }
div.DivClassName
{
background-color: #C8F9F2;
}
.BgClassName
{
background-color: #C8F9F2;
}
</style>
border-color css
<style>
span { border-color: #C8F9F2; }
span { border-color: rgb(200,249,242); }
td.TdClassName
{
border-color: #C8F9F2;
}
.TagClassName
{
border-color: #C8F9F2;
}
</style>