#C8FACA

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

Shades of Granny Apple #C8FACA

Tints of Granny Apple #C8FACA

Color information

#C8FACA (or 0xC8FACA) is unknown color: approx Granny Apple. HEX triplet: C8, FA and CA. RGB value is (200,250,202). Sum of RGB (Red+Green+Blue) = 200+250+202=652 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.67% from 652); Green value is 250 (98.05% from 255 or 38.34% from 652); Blue value is 202 (79.30% from 255 or 30.98% from 652); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FACA is #370535. Grayscale: #E5E5E5. Windows color (decimal): -3605814 or 13302472. OLE color: 13302472.

HSL color Cylindrical-coordinate representation of color #C8FACA: hue angle of 122.4º 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 #C8FACA is Cyan = 0.2, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB200250202-
CMYK0.200.190.02
HSL122.4º83.33%88.24%-
HSV(B)122.4º20%98.04%-
XYZ68.6784.9168.65-
YUV229.58112.44106.9-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.67%
GREEN value IS 250 (98.05% from 255) = 38.34%
BLUE value IS 202 (79.30% from 255) = 30.98%
R=30.67%
G=38.34%
B=30.98%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2002502020.200.190.02122.483.3388.24
HexC8FACA1401327a5358
Octal310372312240232172123130
Binary1100100011111010110010101010001001110111101010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FACA; }

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

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

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

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

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

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

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

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