Shades of Humming Bird #CCFCF1
Tints of Humming Bird #CCFCF1
RGB
CMYK
RGB Variations
Color information
#CCFCF1 (or 0xCCFCF1) is known color: Humming Bird. HEX triplet: CC, FC and F1. RGB value is (204,252,241). Sum of RGB (Red+Green+Blue) = 204+252+241=697 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.27% from 697); Green value is 252 (98.83% from 255 or 36.15% from 697); Blue value is 241 (94.53% from 255 or 34.58% from 697); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFCF1 is #33030E. Grayscale: #ECECEC. Windows color (decimal): -3343119 or 15858892. OLE color: 15858892.
HSL color Cylindrical-coordinate representation of color #CCFCF1: hue angle of 166.25º 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 #CCFCF1 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 252 | 241 | - |
| CMYK | 0.19 | 0 | 0.04 | 0.01 |
| HSL | 166.25º | 0.89% | 0.89% | - |
| HSV(B) | 166.25º | 0.19% | 0.99% | - |
| XYZ | 75.59 | 88.81 | 96.38 | - |
| YUV | 236.39 | 130.6 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 252 | 241 | 0.19 | 0 | 0.04 | 0.01 | 166.25 | 0.89 | 0.89 |
| Hex | CC | FC | F1 | 13 | 0 | 4 | 1 | A6 | 59 | 59 |
| Octal | 314 | 374 | 361 | 23 | 0 | 4 | 1 | 246 | 131 | 131 |
| Binary | 11001100 | 11111100 | 11110001 | 10011 | 0 | 100 | 1 | 10100110 | 1011001 | 1011001 |
Color Harmonies of #CCFCF1
Complementary color
Monochromatic Colors of #CCFCF1
Black with #CCFCF1
Text Example
Text Example
White with #CCFCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFCF1; }
p { color: rgb(204,252,241); }
H1.HeaderClassName
{
color: #CCFCF1;
}
.AnyTagClassName
{
color: #CCFCF1;
}
</style>
background-color css
<style>
a { background-color: #CCFCF1; }
a { background-color: rgb(204,252,241); }
div.DivClassName
{
background-color: #CCFCF1;
}
.BgClassName
{
background-color: #CCFCF1;
}
</style>
border-color css
<style>
span { border-color: #CCFCF1; }
span { border-color: rgb(204,252,241); }
td.TdClassName
{
border-color: #CCFCF1;
}
.TagClassName
{
border-color: #CCFCF1;
}
</style>