Shades of Foam #C4FFF8
Tints of Foam #C4FFF8
RGB
CMYK
RGB Variations
Color information
#C4FFF8 (or 0xC4FFF8) is known color: Foam. HEX triplet: C4, FF and F8. RGB value is (196,255,248). Sum of RGB (Red+Green+Blue) = 196+255+248=699 (92% of max value = 765). Red value is 196 (76.95% from 255 or 28.04% from 699); Green value is 255 (100% from 255 or 36.48% from 699); Blue value is 248 (97.27% from 255 or 35.48% from 699); Max value from RGB is 255 - color contains mainly: green. Hex color #C4FFF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4FFF8 is #3B0007. Grayscale: #ECECEC. Windows color (decimal): -3866632 or 16318404. OLE color: 16318404.
HSL color Cylindrical-coordinate representation of color #C4FFF8: hue angle of 172.88º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4FFF8 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 255 | 248 | - |
| CMYK | 0.23 | 0 | 0.03 | 0 |
| HSL | 172.88º | 1% | 0.88% | - |
| HSV(B) | 172.88º | 0.23% | 1% | - |
| XYZ | 75.47 | 90.03 | 102.21 | - |
| YUV | 236.56 | 134.45 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 255 | 248 | 0.23 | 0 | 0.03 | 0 | 172.88 | 1 | 0.88 |
| Hex | C4 | FF | F8 | 17 | 0 | 3 | 0 | AD | 64 | 58 |
| Octal | 304 | 377 | 370 | 27 | 0 | 3 | 0 | 255 | 144 | 130 |
| Binary | 11000100 | 11111111 | 11111000 | 10111 | 0 | 11 | 0 | 10101101 | 1100100 | 1011000 |
Color Harmonies of #C4FFF8
Complementary color
Monochromatic Colors of #C4FFF8
Black with #C4FFF8
Text Example
Text Example
White with #C4FFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FFF8; }
p { color: rgb(196,255,248); }
H1.HeaderClassName
{
color: #C4FFF8;
}
.AnyTagClassName
{
color: #C4FFF8;
}
</style>
background-color css
<style>
a { background-color: #C4FFF8; }
a { background-color: rgb(196,255,248); }
div.DivClassName
{
background-color: #C4FFF8;
}
.BgClassName
{
background-color: #C4FFF8;
}
</style>
border-color css
<style>
span { border-color: #C4FFF8; }
span { border-color: rgb(196,255,248); }
td.TdClassName
{
border-color: #C4FFF8;
}
.TagClassName
{
border-color: #C4FFF8;
}
</style>