#C8FACB

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

Shades of Granny Apple #C8FACB

Tints of Granny Apple #C8FACB

Color information

#C8FACB (or 0xC8FACB) is unknown color: approx Granny Apple. HEX triplet: C8, FA and CB. RGB value is (200,250,203). Sum of RGB (Red+Green+Blue) = 200+250+203=653 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.63% from 653); Green value is 250 (98.05% from 255 or 38.28% from 653); Blue value is 203 (79.69% from 255 or 31.09% from 653); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FACB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FACB is #370534. Grayscale: #E5E5E5. Windows color (decimal): -3605813 or 13368008. OLE color: 13368008.

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

Color convert

RGB200250203-
CMYK0.200.190.02
HSL123.6º83.33%88.24%-
HSV(B)123.6º20%98.04%-
XYZ68.7884.9669.27-
YUV229.69112.94106.82-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.63%
GREEN value IS 250 (98.05% from 255) = 38.28%
BLUE value IS 203 (79.69% from 255) = 31.09%
R=30.63%
G=38.28%
B=31.09%

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
Decimal2002502030.200.190.02123.683.3388.24
HexC8FACB1401327c5358
Octal310372313240232174123130
Binary1100100011111010110010111010001001110111110010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FACB; }

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

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

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

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

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

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

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

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