Shades of Foam #CAFDF5
Tints of Foam #CAFDF5
RGB
CMYK
RGB Variations
Color information
#CAFDF5 (or 0xCAFDF5) is known color: Foam. HEX triplet: CA, FD and F5. RGB value is (202,253,245). Sum of RGB (Red+Green+Blue) = 202+253+245=700 (92% of max value = 765). Red value is 202 (79.30% from 255 or 28.86% from 700); Green value is 253 (99.22% from 255 or 36.14% from 700); Blue value is 245 (96.09% from 255 or 35% from 700); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFDF5 is #35020A. Grayscale: #ECECEC. Windows color (decimal): -3473931 or 16121290. OLE color: 16121290.
HSL color Cylindrical-coordinate representation of color #CAFDF5: hue angle of 170.59º 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 #CAFDF5 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 202 | 253 | 245 | - |
CMYK | 0.20 | 0 | 0.03 | 0.01 |
HSL | 170.59º | 0.93% | 0.89% | - |
HSV(B) | 170.59º | 0.2% | 0.99% | - |
XYZ | 75.96 | 89.4 | 99.64 | - |
YUV | 236.84 | 132.6 | 103.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 253 | 245 | 0.20 | 0 | 0.03 | 0.01 | 170.59 | 0.93 | 0.89 |
Hex | CA | FD | F5 | 14 | 0 | 3 | 1 | AB | 5D | 59 |
Octal | 312 | 375 | 365 | 24 | 0 | 3 | 1 | 253 | 135 | 131 |
Binary | 11001010 | 11111101 | 11110101 | 10100 | 0 | 11 | 1 | 10101011 | 1011101 | 1011001 |
Color Harmonies of #CAFDF5
Complementary color
Monochromatic Colors of #CAFDF5
Black with #CAFDF5
Text Example
Text Example
White with #CAFDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFDF5; }
p { color: rgb(202,253,245); }
H1.HeaderClassName
{
color: #CAFDF5;
}
.AnyTagClassName
{
color: #CAFDF5;
}
</style>
background-color css
<style>
a { background-color: #CAFDF5; }
a { background-color: rgb(202,253,245); }
div.DivClassName
{
background-color: #CAFDF5;
}
.BgClassName
{
background-color: #CAFDF5;
}
</style>
border-color css
<style>
span { border-color: #CAFDF5; }
span { border-color: rgb(202,253,245); }
td.TdClassName
{
border-color: #CAFDF5;
}
.TagClassName
{
border-color: #CAFDF5;
}
</style>