Shades of Granny Apple #C4FACC
Tints of Granny Apple #C4FACC
RGB
CMYK
RGB Variations
Color information
#C4FACC (or 0xC4FACC) is known color: Granny Apple. HEX triplet: C4, FA and CC. RGB value is (196,250,204). Sum of RGB (Red+Green+Blue) = 196+250+204=650 (86% of max value = 765). Red value is 196 (76.95% from 255 or 30.15% from 650); Green value is 250 (98.05% from 255 or 38.46% from 650); Blue value is 204 (80.08% from 255 or 31.38% from 650); Max value from RGB is 250 - color contains mainly: green. Hex color #C4FACC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4FACC is #3B0533. Grayscale: #E4E4E4. Windows color (decimal): -3867956 or 13433540. OLE color: 13433540.
HSL color Cylindrical-coordinate representation of color #C4FACC: hue angle of 128.89º degrees, saturation: 0.84, 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 #C4FACC is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 250 | 204 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.02 |
| HSL | 128.89º | 0.84% | 0.87% | - |
| HSV(B) | 128.89º | 0.22% | 0.98% | - |
| XYZ | 67.85 | 84.47 | 69.85 | - |
| YUV | 228.61 | 114.11 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 250 | 204 | 0.22 | 0 | 0.18 | 0.02 | 128.89 | 0.84 | 0.87 |
| Hex | C4 | FA | CC | 16 | 0 | 12 | 2 | 81 | 54 | 57 |
| Octal | 304 | 372 | 314 | 26 | 0 | 22 | 2 | 201 | 124 | 127 |
| Binary | 11000100 | 11111010 | 11001100 | 10110 | 0 | 10010 | 10 | 10000001 | 1010100 | 1010111 |
Color Harmonies of #C4FACC
Complementary color
Monochromatic Colors of #C4FACC
Black with #C4FACC
Text Example
Text Example
White with #C4FACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FACC; }
p { color: rgb(196,250,204); }
H1.HeaderClassName
{
color: #C4FACC;
}
.AnyTagClassName
{
color: #C4FACC;
}
</style>
background-color css
<style>
a { background-color: #C4FACC; }
a { background-color: rgb(196,250,204); }
div.DivClassName
{
background-color: #C4FACC;
}
.BgClassName
{
background-color: #C4FACC;
}
</style>
border-color css
<style>
span { border-color: #C4FACC; }
span { border-color: rgb(196,250,204); }
td.TdClassName
{
border-color: #C4FACC;
}
.TagClassName
{
border-color: #C4FACC;
}
</style>