Shades of Foam #CCFDF6
Tints of Foam #CCFDF6
RGB
CMYK
RGB Variations
Color information
#CCFDF6 (or 0xCCFDF6) is known color: Foam. HEX triplet: CC, FD and F6. RGB value is (204,253,246). Sum of RGB (Red+Green+Blue) = 204+253+246=703 (93% of max value = 765). Red value is 204 (80.08% from 255 or 29.02% from 703); Green value is 253 (99.22% from 255 or 35.99% from 703); Blue value is 246 (96.48% from 255 or 34.99% from 703); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFDF6 is #330209. Grayscale: #EDEDED. Windows color (decimal): -3342858 or 16186828. OLE color: 16186828.
HSL color Cylindrical-coordinate representation of color #CCFDF6: hue angle of 171.43º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCFDF6 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 253 | 246 | - |
| CMYK | 0.19 | 0 | 0.03 | 0.01 |
| HSL | 171.43º | 0.92% | 0.9% | - |
| HSV(B) | 171.43º | 0.19% | 0.99% | - |
| XYZ | 76.66 | 89.74 | 100.47 | - |
| YUV | 237.55 | 132.77 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 253 | 246 | 0.19 | 0 | 0.03 | 0.01 | 171.43 | 0.92 | 0.9 |
| Hex | CC | FD | F6 | 13 | 0 | 3 | 1 | AB | 5C | 5A |
| Octal | 314 | 375 | 366 | 23 | 0 | 3 | 1 | 253 | 134 | 132 |
| Binary | 11001100 | 11111101 | 11110110 | 10011 | 0 | 11 | 1 | 10101011 | 1011100 | 1011010 |
Color Harmonies of #CCFDF6
Complementary color
Monochromatic Colors of #CCFDF6
Black with #CCFDF6
Text Example
Text Example
White with #CCFDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFDF6; }
p { color: rgb(204,253,246); }
H1.HeaderClassName
{
color: #CCFDF6;
}
.AnyTagClassName
{
color: #CCFDF6;
}
</style>
background-color css
<style>
a { background-color: #CCFDF6; }
a { background-color: rgb(204,253,246); }
div.DivClassName
{
background-color: #CCFDF6;
}
.BgClassName
{
background-color: #CCFDF6;
}
</style>
border-color css
<style>
span { border-color: #CCFDF6; }
span { border-color: rgb(204,253,246); }
td.TdClassName
{
border-color: #CCFDF6;
}
.TagClassName
{
border-color: #CCFDF6;
}
</style>