#C8FACE

Color #C8FACE Granny Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Apple #C8FACE

Tints of Granny Apple #C8FACE

Color information

#C8FACE (or 0xC8FACE) is unknown color: approx Granny Apple. HEX triplet: C8, FA and CE. RGB value is (200,250,206). Sum of RGB (Red+Green+Blue) = 200+250+206=656 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.49% from 656); Green value is 250 (98.05% from 255 or 38.11% from 656); Blue value is 206 (80.86% from 255 or 31.40% from 656); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FACE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FACE is #370531. Grayscale: #E6E6E6. Windows color (decimal): -3605810 or 13564616. OLE color: 13564616.

HSL color Cylindrical-coordinate representation of color #C8FACE: hue angle of 127.2º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8FACE is Cyan = 0.2, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB200250206-
CMYK0.200.180.02
HSL127.2º83.33%88.24%-
HSV(B)127.2º20%98.04%-
XYZ69.1585.1171.18-
YUV230.03114.44106.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 30.49%
GREEN value IS 250 (98.05% from 255) = 38.11%
BLUE value IS 206 (80.86% from 255) = 31.40%
R=30.49%
G=38.11%
B=31.40%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2002502060.200.180.02127.283.3388.24
HexC8FACE1401227f5358
Octal310372316240222177123130
Binary1100100011111010110011101010001001010111111110100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FACE; }

 p { color: rgb(200,250,206); }

 H1.HeaderClassName
 {
   color: #C8FACE;
 }
 .AnyTagClassName
 {
   color: #C8FACE;
 }
</style>
background-color css

<style>
 a { background-color: #C8FACE; }

 a { background-color: rgb(200,250,206); }

 div.DivClassName
 {
   background-color: #C8FACE;
 }
 .BgClassName
 {
   background-color: #C8FACE;
 }
</style>
border-color css

<style>
 span { border-color: #C8FACE; }

 span { border-color: rgb(200,250,206); }

 td.TdClassName
 {
   border-color: #C8FACE;
 }
 .TagClassName
 {
   border-color: #C8FACE;
 }
</style>