Shades of Foam #CCF9F2
Tints of Foam #CCF9F2
RGB
CMYK
RGB Variations
Color information
#CCF9F2 (or 0xCCF9F2) is known color: Foam. HEX triplet: CC, F9 and F2. RGB value is (204,249,242). Sum of RGB (Red+Green+Blue) = 204+249+242=695 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.35% from 695); Green value is 249 (97.66% from 255 or 35.83% from 695); Blue value is 242 (94.92% from 255 or 34.82% from 695); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF9F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF9F2 is #33060D. Grayscale: #EAEAEA. Windows color (decimal): -3343886 or 15923660. OLE color: 15923660.
HSL color Cylindrical-coordinate representation of color #CCF9F2: hue angle of 170.67º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCF9F2 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 249 | 242 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.02 |
| HSL | 170.67º | 0.79% | 0.89% | - |
| HSV(B) | 170.67º | 0.18% | 0.98% | - |
| XYZ | 74.8 | 87 | 96.85 | - |
| YUV | 234.75 | 132.09 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 249 | 242 | 0.18 | 0 | 0.03 | 0.02 | 170.67 | 0.79 | 0.89 |
| Hex | CC | F9 | F2 | 12 | 0 | 3 | 2 | AB | 4F | 59 |
| Octal | 314 | 371 | 362 | 22 | 0 | 3 | 2 | 253 | 117 | 131 |
| Binary | 11001100 | 11111001 | 11110010 | 10010 | 0 | 11 | 10 | 10101011 | 1001111 | 1011001 |
Color Harmonies of #CCF9F2
Complementary color
Monochromatic Colors of #CCF9F2
Black with #CCF9F2
Text Example
Text Example
White with #CCF9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF9F2; }
p { color: rgb(204,249,242); }
H1.HeaderClassName
{
color: #CCF9F2;
}
.AnyTagClassName
{
color: #CCF9F2;
}
</style>
background-color css
<style>
a { background-color: #CCF9F2; }
a { background-color: rgb(204,249,242); }
div.DivClassName
{
background-color: #CCF9F2;
}
.BgClassName
{
background-color: #CCF9F2;
}
</style>
border-color css
<style>
span { border-color: #CCF9F2; }
span { border-color: rgb(204,249,242); }
td.TdClassName
{
border-color: #CCF9F2;
}
.TagClassName
{
border-color: #CCF9F2;
}
</style>