Shades of Foam #CAF6F2
Tints of Foam #CAF6F2
RGB
CMYK
RGB Variations
Color information
#CAF6F2 (or 0xCAF6F2) is known color: Foam. HEX triplet: CA, F6 and F2. RGB value is (202,246,242). Sum of RGB (Red+Green+Blue) = 202+246+242=690 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.28% from 690); Green value is 246 (96.48% from 255 or 35.65% from 690); Blue value is 242 (94.92% from 255 or 35.07% from 690); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF6F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF6F2 is #35090D. Grayscale: #E8E8E8. Windows color (decimal): -3475726 or 15922890. OLE color: 15922890.
HSL color Cylindrical-coordinate representation of color #CAF6F2: hue angle of 174.55º degrees, saturation: 0.71, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAF6F2 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 246 | 242 | - |
| CMYK | 0.18 | 0 | 0.02 | 0.04 |
| HSL | 174.55º | 0.71% | 0.88% | - |
| HSV(B) | 174.55º | 0.18% | 0.96% | - |
| XYZ | 73.34 | 84.88 | 96.52 | - |
| YUV | 232.39 | 133.42 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 246 | 242 | 0.18 | 0 | 0.02 | 0.04 | 174.55 | 0.71 | 0.88 |
| Hex | CA | F6 | F2 | 12 | 0 | 2 | 4 | AF | 47 | 58 |
| Octal | 312 | 366 | 362 | 22 | 0 | 2 | 4 | 257 | 107 | 130 |
| Binary | 11001010 | 11110110 | 11110010 | 10010 | 0 | 10 | 100 | 10101111 | 1000111 | 1011000 |
Color Harmonies of #CAF6F2
Complementary color
Monochromatic Colors of #CAF6F2
Black with #CAF6F2
Text Example
Text Example
White with #CAF6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF6F2; }
p { color: rgb(202,246,242); }
H1.HeaderClassName
{
color: #CAF6F2;
}
.AnyTagClassName
{
color: #CAF6F2;
}
</style>
background-color css
<style>
a { background-color: #CAF6F2; }
a { background-color: rgb(202,246,242); }
div.DivClassName
{
background-color: #CAF6F2;
}
.BgClassName
{
background-color: #CAF6F2;
}
</style>
border-color css
<style>
span { border-color: #CAF6F2; }
span { border-color: rgb(202,246,242); }
td.TdClassName
{
border-color: #CAF6F2;
}
.TagClassName
{
border-color: #CAF6F2;
}
</style>