Shades of Foam #CAFAF2
Tints of Foam #CAFAF2
RGB
CMYK
RGB Variations
Color information
#CAFAF2 (or 0xCAFAF2) is known color: Foam. HEX triplet: CA, FA and F2. RGB value is (202,250,242). Sum of RGB (Red+Green+Blue) = 202+250+242=694 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.11% from 694); Green value is 250 (98.05% from 255 or 36.02% from 694); Blue value is 242 (94.92% from 255 or 34.87% from 694); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFAF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFAF2 is #35050D. Grayscale: #EAEAEA. Windows color (decimal): -3474702 or 15923914. OLE color: 15923914.
HSL color Cylindrical-coordinate representation of color #CAFAF2: hue angle of 170º 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 #CAFAF2 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 250 | 242 | - |
| CMYK | 0.19 | 0 | 0.03 | 0.02 |
| HSL | 170º | 0.83% | 0.89% | - |
| HSV(B) | 170º | 0.19% | 0.98% | - |
| XYZ | 74.57 | 87.34 | 96.93 | - |
| YUV | 234.74 | 132.1 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 250 | 242 | 0.19 | 0 | 0.03 | 0.02 | 170 | 0.83 | 0.89 |
| Hex | CA | FA | F2 | 13 | 0 | 3 | 2 | AA | 53 | 59 |
| Octal | 312 | 372 | 362 | 23 | 0 | 3 | 2 | 252 | 123 | 131 |
| Binary | 11001010 | 11111010 | 11110010 | 10011 | 0 | 11 | 10 | 10101010 | 1010011 | 1011001 |
Color Harmonies of #CAFAF2
Complementary color
Monochromatic Colors of #CAFAF2
Black with #CAFAF2
Text Example
Text Example
White with #CAFAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFAF2; }
p { color: rgb(202,250,242); }
H1.HeaderClassName
{
color: #CAFAF2;
}
.AnyTagClassName
{
color: #CAFAF2;
}
</style>
background-color css
<style>
a { background-color: #CAFAF2; }
a { background-color: rgb(202,250,242); }
div.DivClassName
{
background-color: #CAFAF2;
}
.BgClassName
{
background-color: #CAFAF2;
}
</style>
border-color css
<style>
span { border-color: #CAFAF2; }
span { border-color: rgb(202,250,242); }
td.TdClassName
{
border-color: #CAFAF2;
}
.TagClassName
{
border-color: #CAFAF2;
}
</style>