Shades of Foam #CAFAF6
Tints of Foam #CAFAF6
RGB
CMYK
RGB Variations
Color information
#CAFAF6 (or 0xCAFAF6) is known color: Foam. HEX triplet: CA, FA and F6. RGB value is (202,250,246). Sum of RGB (Red+Green+Blue) = 202+250+246=698 (92% of max value = 765). Red value is 202 (79.30% from 255 or 28.94% from 698); Green value is 250 (98.05% from 255 or 35.82% from 698); Blue value is 246 (96.48% from 255 or 35.24% from 698); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFAF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFAF6 is #350509. Grayscale: #EBEBEB. Windows color (decimal): -3474698 or 16186058. OLE color: 16186058.
HSL color Cylindrical-coordinate representation of color #CAFAF6: hue angle of 175º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAFAF6 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 250 | 246 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.02 |
| HSL | 175º | 0.83% | 0.89% | - |
| HSV(B) | 175º | 0.19% | 0.98% | - |
| XYZ | 75.18 | 87.58 | 100.13 | - |
| YUV | 235.19 | 134.1 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 250 | 246 | 0.19 | 0 | 0.02 | 0.02 | 175 | 0.83 | 0.89 |
| Hex | CA | FA | F6 | 13 | 0 | 2 | 2 | AF | 53 | 59 |
| Octal | 312 | 372 | 366 | 23 | 0 | 2 | 2 | 257 | 123 | 131 |
| Binary | 11001010 | 11111010 | 11110110 | 10011 | 0 | 10 | 10 | 10101111 | 1010011 | 1011001 |
Color Harmonies of #CAFAF6
Complementary color
Monochromatic Colors of #CAFAF6
Black with #CAFAF6
Text Example
Text Example
White with #CAFAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFAF6; }
p { color: rgb(202,250,246); }
H1.HeaderClassName
{
color: #CAFAF6;
}
.AnyTagClassName
{
color: #CAFAF6;
}
</style>
background-color css
<style>
a { background-color: #CAFAF6; }
a { background-color: rgb(202,250,246); }
div.DivClassName
{
background-color: #CAFAF6;
}
.BgClassName
{
background-color: #CAFAF6;
}
</style>
border-color css
<style>
span { border-color: #CAFAF6; }
span { border-color: rgb(202,250,246); }
td.TdClassName
{
border-color: #CAFAF6;
}
.TagClassName
{
border-color: #CAFAF6;
}
</style>