Shades of Foam #CBFCF6
Tints of Foam #CBFCF6
RGB
CMYK
RGB Variations
Color information
#CBFCF6 (or 0xCBFCF6) is known color: Foam. HEX triplet: CB, FC and F6. RGB value is (203,252,246). Sum of RGB (Red+Green+Blue) = 203+252+246=701 (92% of max value = 765). Red value is 203 (79.69% from 255 or 28.96% from 701); Green value is 252 (98.83% from 255 or 35.95% from 701); Blue value is 246 (96.48% from 255 or 35.09% from 701); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFCF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBFCF6 is #340309. Grayscale: #ECECEC. Windows color (decimal): -3408650 or 16186571. OLE color: 16186571.
HSL color Cylindrical-coordinate representation of color #CBFCF6: hue angle of 172.65º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBFCF6 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 252 | 246 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.01 |
| HSL | 172.65º | 0.89% | 0.89% | - |
| HSV(B) | 172.65º | 0.19% | 0.99% | - |
| XYZ | 76.07 | 88.97 | 100.35 | - |
| YUV | 236.67 | 133.27 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 252 | 246 | 0.19 | 0 | 0.02 | 0.01 | 172.65 | 0.89 | 0.89 |
| Hex | CB | FC | F6 | 13 | 0 | 2 | 1 | AD | 59 | 59 |
| Octal | 313 | 374 | 366 | 23 | 0 | 2 | 1 | 255 | 131 | 131 |
| Binary | 11001011 | 11111100 | 11110110 | 10011 | 0 | 10 | 1 | 10101101 | 1011001 | 1011001 |
Color Harmonies of #CBFCF6
Complementary color
Monochromatic Colors of #CBFCF6
Black with #CBFCF6
Text Example
Text Example
White with #CBFCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFCF6; }
p { color: rgb(203,252,246); }
H1.HeaderClassName
{
color: #CBFCF6;
}
.AnyTagClassName
{
color: #CBFCF6;
}
</style>
background-color css
<style>
a { background-color: #CBFCF6; }
a { background-color: rgb(203,252,246); }
div.DivClassName
{
background-color: #CBFCF6;
}
.BgClassName
{
background-color: #CBFCF6;
}
</style>
border-color css
<style>
span { border-color: #CBFCF6; }
span { border-color: rgb(203,252,246); }
td.TdClassName
{
border-color: #CBFCF6;
}
.TagClassName
{
border-color: #CBFCF6;
}
</style>