Shades of Granny Apple #C2FACB
Tints of Granny Apple #C2FACB
RGB
CMYK
RGB Variations
Color information
#C2FACB (or 0xC2FACB) is known color: Granny Apple. HEX triplet: C2, FA and CB. RGB value is (194,250,203). Sum of RGB (Red+Green+Blue) = 194+250+203=647 (85% of max value = 765). Red value is 194 (76.17% from 255 or 29.98% from 647); Green value is 250 (98.05% from 255 or 38.64% from 647); Blue value is 203 (79.69% from 255 or 31.38% from 647); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FACB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FACB is #3D0534. Grayscale: #E4E4E4. Windows color (decimal): -3999029 or 13368002. OLE color: 13368002.
HSL color Cylindrical-coordinate representation of color #C2FACB: hue angle of 129.64º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2FACB is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 250 | 203 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.02 |
| HSL | 129.64º | 0.85% | 0.87% | - |
| HSV(B) | 129.64º | 0.22% | 0.98% | - |
| XYZ | 67.21 | 84.15 | 69.2 | - |
| YUV | 227.9 | 113.95 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 250 | 203 | 0.22 | 0 | 0.19 | 0.02 | 129.64 | 0.85 | 0.87 |
| Hex | C2 | FA | CB | 16 | 0 | 13 | 2 | 82 | 55 | 57 |
| Octal | 302 | 372 | 313 | 26 | 0 | 23 | 2 | 202 | 125 | 127 |
| Binary | 11000010 | 11111010 | 11001011 | 10110 | 0 | 10011 | 10 | 10000010 | 1010101 | 1010111 |
Color Harmonies of #C2FACB
Complementary color
Monochromatic Colors of #C2FACB
Black with #C2FACB
Text Example
Text Example
White with #C2FACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FACB; }
p { color: rgb(194,250,203); }
H1.HeaderClassName
{
color: #C2FACB;
}
.AnyTagClassName
{
color: #C2FACB;
}
</style>
background-color css
<style>
a { background-color: #C2FACB; }
a { background-color: rgb(194,250,203); }
div.DivClassName
{
background-color: #C2FACB;
}
.BgClassName
{
background-color: #C2FACB;
}
</style>
border-color css
<style>
span { border-color: #C2FACB; }
span { border-color: rgb(194,250,203); }
td.TdClassName
{
border-color: #C2FACB;
}
.TagClassName
{
border-color: #C2FACB;
}
</style>