Shades of Foam #C8FEF7
Tints of Foam #C8FEF7
RGB
CMYK
RGB Variations
Color information
#C8FEF7 (or 0xC8FEF7) is known color: Foam. HEX triplet: C8, FE and F7. RGB value is (200,254,247). Sum of RGB (Red+Green+Blue) = 200+254+247=701 (92% of max value = 765). Red value is 200 (78.52% from 255 or 28.53% from 701); Green value is 254 (99.61% from 255 or 36.23% from 701); Blue value is 247 (96.88% from 255 or 35.24% from 701); Max value from RGB is 254 - color contains mainly: green. Hex color #C8FEF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FEF7 is #370108. Grayscale: #EDEDED. Windows color (decimal): -3604745 or 16252616. OLE color: 16252616.
HSL color Cylindrical-coordinate representation of color #C8FEF7: hue angle of 172.22º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8FEF7 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 254 | 247 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.00 |
| HSL | 172.22º | 0.96% | 0.89% | - |
| HSV(B) | 172.22º | 0.21% | 1% | - |
| XYZ | 76.05 | 89.88 | 101.34 | - |
| YUV | 237.06 | 133.61 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 254 | 247 | 0.21 | 0 | 0.03 | 0.00 | 172.22 | 0.96 | 0.89 |
| Hex | C8 | FE | F7 | 15 | 0 | 3 | 0 | AC | 60 | 59 |
| Octal | 310 | 376 | 367 | 25 | 0 | 3 | 0 | 254 | 140 | 131 |
| Binary | 11001000 | 11111110 | 11110111 | 10101 | 0 | 11 | 0 | 10101100 | 1100000 | 1011001 |
Color Harmonies of #C8FEF7
Complementary color
Monochromatic Colors of #C8FEF7
Black with #C8FEF7
Text Example
Text Example
White with #C8FEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FEF7; }
p { color: rgb(200,254,247); }
H1.HeaderClassName
{
color: #C8FEF7;
}
.AnyTagClassName
{
color: #C8FEF7;
}
</style>
background-color css
<style>
a { background-color: #C8FEF7; }
a { background-color: rgb(200,254,247); }
div.DivClassName
{
background-color: #C8FEF7;
}
.BgClassName
{
background-color: #C8FEF7;
}
</style>
border-color css
<style>
span { border-color: #C8FEF7; }
span { border-color: rgb(200,254,247); }
td.TdClassName
{
border-color: #C8FEF7;
}
.TagClassName
{
border-color: #C8FEF7;
}
</style>