Shades of Foam #CAFDF6
Tints of Foam #CAFDF6
RGB
CMYK
RGB Variations
Color information
#CAFDF6 (or 0xCAFDF6) is known color: Foam. HEX triplet: CA, FD and F6. RGB value is (202,253,246). Sum of RGB (Red+Green+Blue) = 202+253+246=701 (92% of max value = 765). Red value is 202 (79.30% from 255 or 28.82% from 701); Green value is 253 (99.22% from 255 or 36.09% from 701); Blue value is 246 (96.48% from 255 or 35.09% from 701); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFDF6 is #350209. Grayscale: #ECECEC. Windows color (decimal): -3473930 or 16186826. OLE color: 16186826.
HSL color Cylindrical-coordinate representation of color #CAFDF6: hue angle of 171.76º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAFDF6 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 253 | 246 | - |
| CMYK | 0.20 | 0 | 0.03 | 0.01 |
| HSL | 171.76º | 0.93% | 0.89% | - |
| HSV(B) | 171.76º | 0.2% | 0.99% | - |
| XYZ | 76.12 | 89.46 | 100.44 | - |
| YUV | 236.95 | 133.1 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 253 | 246 | 0.20 | 0 | 0.03 | 0.01 | 171.76 | 0.93 | 0.89 |
| Hex | CA | FD | F6 | 14 | 0 | 3 | 1 | AC | 5D | 59 |
| Octal | 312 | 375 | 366 | 24 | 0 | 3 | 1 | 254 | 135 | 131 |
| Binary | 11001010 | 11111101 | 11110110 | 10100 | 0 | 11 | 1 | 10101100 | 1011101 | 1011001 |
Color Harmonies of #CAFDF6
Complementary color
Monochromatic Colors of #CAFDF6
Black with #CAFDF6
Text Example
Text Example
White with #CAFDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFDF6; }
p { color: rgb(202,253,246); }
H1.HeaderClassName
{
color: #CAFDF6;
}
.AnyTagClassName
{
color: #CAFDF6;
}
</style>
background-color css
<style>
a { background-color: #CAFDF6; }
a { background-color: rgb(202,253,246); }
div.DivClassName
{
background-color: #CAFDF6;
}
.BgClassName
{
background-color: #CAFDF6;
}
</style>
border-color css
<style>
span { border-color: #CAFDF6; }
span { border-color: rgb(202,253,246); }
td.TdClassName
{
border-color: #CAFDF6;
}
.TagClassName
{
border-color: #CAFDF6;
}
</style>