Shades of Foam #C4FAF6
Tints of Foam #C4FAF6
RGB
CMYK
RGB Variations
Color information
#C4FAF6 (or 0xC4FAF6) is known color: Foam. HEX triplet: C4, FA and F6. RGB value is (196,250,246). Sum of RGB (Red+Green+Blue) = 196+250+246=692 (91% of max value = 765). Red value is 196 (76.95% from 255 or 28.32% from 692); Green value is 250 (98.05% from 255 or 36.13% from 692); Blue value is 246 (96.48% from 255 or 35.55% from 692); Max value from RGB is 250 - color contains mainly: green. Hex color #C4FAF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4FAF6 is #3B0509. Grayscale: #E9E9E9. Windows color (decimal): -3867914 or 16186052. OLE color: 16186052.
HSL color Cylindrical-coordinate representation of color #C4FAF6: hue angle of 175.56º degrees, saturation: 0.84, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4FAF6 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 250 | 246 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.02 |
| HSL | 175.56º | 0.84% | 0.87% | - |
| HSV(B) | 175.56º | 0.22% | 0.98% | - |
| XYZ | 73.59 | 86.76 | 100.06 | - |
| YUV | 233.4 | 135.11 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 250 | 246 | 0.22 | 0 | 0.02 | 0.02 | 175.56 | 0.84 | 0.87 |
| Hex | C4 | FA | F6 | 16 | 0 | 2 | 2 | B0 | 54 | 57 |
| Octal | 304 | 372 | 366 | 26 | 0 | 2 | 2 | 260 | 124 | 127 |
| Binary | 11000100 | 11111010 | 11110110 | 10110 | 0 | 10 | 10 | 10110000 | 1010100 | 1010111 |
Color Harmonies of #C4FAF6
Complementary color
Monochromatic Colors of #C4FAF6
Black with #C4FAF6
Text Example
Text Example
White with #C4FAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FAF6; }
p { color: rgb(196,250,246); }
H1.HeaderClassName
{
color: #C4FAF6;
}
.AnyTagClassName
{
color: #C4FAF6;
}
</style>
background-color css
<style>
a { background-color: #C4FAF6; }
a { background-color: rgb(196,250,246); }
div.DivClassName
{
background-color: #C4FAF6;
}
.BgClassName
{
background-color: #C4FAF6;
}
</style>
border-color css
<style>
span { border-color: #C4FAF6; }
span { border-color: rgb(196,250,246); }
td.TdClassName
{
border-color: #C4FAF6;
}
.TagClassName
{
border-color: #C4FAF6;
}
</style>