Shades of Foam #C5FAF2
Tints of Foam #C5FAF2
RGB
CMYK
RGB Variations
Color information
#C5FAF2 (or 0xC5FAF2) is known color: Foam. HEX triplet: C5, FA and F2. RGB value is (197,250,242). Sum of RGB (Red+Green+Blue) = 197+250+242=689 (91% of max value = 765). Red value is 197 (77.34% from 255 or 28.59% from 689); Green value is 250 (98.05% from 255 or 36.28% from 689); Blue value is 242 (94.92% from 255 or 35.12% from 689); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FAF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FAF2 is #3A050D. Grayscale: #E9E9E9. Windows color (decimal): -3802382 or 15923909. OLE color: 15923909.
HSL color Cylindrical-coordinate representation of color #C5FAF2: hue angle of 170.94º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5FAF2 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 250 | 242 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.02 |
| HSL | 170.94º | 0.84% | 0.88% | - |
| HSV(B) | 170.94º | 0.21% | 0.98% | - |
| XYZ | 73.24 | 86.65 | 96.87 | - |
| YUV | 233.24 | 132.94 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 250 | 242 | 0.21 | 0 | 0.03 | 0.02 | 170.94 | 0.84 | 0.88 |
| Hex | C5 | FA | F2 | 15 | 0 | 3 | 2 | AB | 54 | 58 |
| Octal | 305 | 372 | 362 | 25 | 0 | 3 | 2 | 253 | 124 | 130 |
| Binary | 11000101 | 11111010 | 11110010 | 10101 | 0 | 11 | 10 | 10101011 | 1010100 | 1011000 |
Color Harmonies of #C5FAF2
Complementary color
Monochromatic Colors of #C5FAF2
Black with #C5FAF2
Text Example
Text Example
White with #C5FAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FAF2; }
p { color: rgb(197,250,242); }
H1.HeaderClassName
{
color: #C5FAF2;
}
.AnyTagClassName
{
color: #C5FAF2;
}
</style>
background-color css
<style>
a { background-color: #C5FAF2; }
a { background-color: rgb(197,250,242); }
div.DivClassName
{
background-color: #C5FAF2;
}
.BgClassName
{
background-color: #C5FAF2;
}
</style>
border-color css
<style>
span { border-color: #C5FAF2; }
span { border-color: rgb(197,250,242); }
td.TdClassName
{
border-color: #C5FAF2;
}
.TagClassName
{
border-color: #C5FAF2;
}
</style>