Shades of Foam #CAFDF4
Tints of Foam #CAFDF4
RGB
CMYK
RGB Variations
Color information
#CAFDF4 (or 0xCAFDF4) is known color: Foam. HEX triplet: CA, FD and F4. RGB value is (202,253,244). Sum of RGB (Red+Green+Blue) = 202+253+244=699 (92% of max value = 765). Red value is 202 (79.30% from 255 or 28.90% from 699); Green value is 253 (99.22% from 255 or 36.19% from 699); Blue value is 244 (95.70% from 255 or 34.91% from 699); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFDF4 is #35020B. Grayscale: #ECECEC. Windows color (decimal): -3473932 or 16055754. OLE color: 16055754.
HSL color Cylindrical-coordinate representation of color #CAFDF4: hue angle of 169.41º 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 #CAFDF4 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 202 | 253 | 244 | - |
CMYK | 0.20 | 0 | 0.04 | 0.01 |
HSL | 169.41º | 0.93% | 0.89% | - |
HSV(B) | 169.41º | 0.2% | 0.99% | - |
XYZ | 75.81 | 89.34 | 98.84 | - |
YUV | 236.73 | 132.1 | 103.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 253 | 244 | 0.20 | 0 | 0.04 | 0.01 | 169.41 | 0.93 | 0.89 |
Hex | CA | FD | F4 | 14 | 0 | 4 | 1 | A9 | 5D | 59 |
Octal | 312 | 375 | 364 | 24 | 0 | 4 | 1 | 251 | 135 | 131 |
Binary | 11001010 | 11111101 | 11110100 | 10100 | 0 | 100 | 1 | 10101001 | 1011101 | 1011001 |
Color Harmonies of #CAFDF4
Complementary color
Monochromatic Colors of #CAFDF4
Black with #CAFDF4
Text Example
Text Example
White with #CAFDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFDF4; }
p { color: rgb(202,253,244); }
H1.HeaderClassName
{
color: #CAFDF4;
}
.AnyTagClassName
{
color: #CAFDF4;
}
</style>
background-color css
<style>
a { background-color: #CAFDF4; }
a { background-color: rgb(202,253,244); }
div.DivClassName
{
background-color: #CAFDF4;
}
.BgClassName
{
background-color: #CAFDF4;
}
</style>
border-color css
<style>
span { border-color: #CAFDF4; }
span { border-color: rgb(202,253,244); }
td.TdClassName
{
border-color: #CAFDF4;
}
.TagClassName
{
border-color: #CAFDF4;
}
</style>