Shades of Foam #C4FAF4
Tints of Foam #C4FAF4
RGB
CMYK
RGB Variations
Color information
#C4FAF4 (or 0xC4FAF4) is known color: Foam. HEX triplet: C4, FA and F4. RGB value is (196,250,244). Sum of RGB (Red+Green+Blue) = 196+250+244=690 (91% of max value = 765). Red value is 196 (76.95% from 255 or 28.41% from 690); Green value is 250 (98.05% from 255 or 36.23% from 690); Blue value is 244 (95.70% from 255 or 35.36% from 690); Max value from RGB is 250 - color contains mainly: green. Hex color #C4FAF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4FAF4 is #3B050B. Grayscale: #E9E9E9. Windows color (decimal): -3867916 or 16054980. OLE color: 16054980.
HSL color Cylindrical-coordinate representation of color #C4FAF4: hue angle of 173.33º 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 #C4FAF4 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 250 | 244 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.02 |
| HSL | 173.33º | 0.84% | 0.87% | - |
| HSV(B) | 173.33º | 0.22% | 0.98% | - |
| XYZ | 73.28 | 86.64 | 98.45 | - |
| YUV | 233.17 | 134.11 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 250 | 244 | 0.22 | 0 | 0.02 | 0.02 | 173.33 | 0.84 | 0.87 |
| Hex | C4 | FA | F4 | 16 | 0 | 2 | 2 | AD | 54 | 57 |
| Octal | 304 | 372 | 364 | 26 | 0 | 2 | 2 | 255 | 124 | 127 |
| Binary | 11000100 | 11111010 | 11110100 | 10110 | 0 | 10 | 10 | 10101101 | 1010100 | 1010111 |
Color Harmonies of #C4FAF4
Complementary color
Monochromatic Colors of #C4FAF4
Black with #C4FAF4
Text Example
Text Example
White with #C4FAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FAF4; }
p { color: rgb(196,250,244); }
H1.HeaderClassName
{
color: #C4FAF4;
}
.AnyTagClassName
{
color: #C4FAF4;
}
</style>
background-color css
<style>
a { background-color: #C4FAF4; }
a { background-color: rgb(196,250,244); }
div.DivClassName
{
background-color: #C4FAF4;
}
.BgClassName
{
background-color: #C4FAF4;
}
</style>
border-color css
<style>
span { border-color: #C4FAF4; }
span { border-color: rgb(196,250,244); }
td.TdClassName
{
border-color: #C4FAF4;
}
.TagClassName
{
border-color: #C4FAF4;
}
</style>