Html Css Color HEX #C2FACC Granny Apple

📋 copy color: '#C2FACC'

red 194 ◦ green 250 ◦ blue 204

#C2FACC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Apple #C2FACC

Tints of Granny Apple #C2FACC

RGB

 RED value IS 194 (76.17% from 255) = 29.94%

 GREEN value IS 250 (98.05% from 255) = 38.58%

 BLUE value IS 204 (80.08% from 255) = 31.48%

R = 29.94%
G = 38.58%
B = 31.48%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#C2FACC (or 0xC2FACC) is known color: Granny Apple. HEX triplet: C2, FA and CC. RGB value is (194,250,204). Sum of RGB (Red+Green+Blue) = 194+250+204=648 (85% of max value = 765). Red value is 194 (76.17% from 255 or 29.94% from 648); Green value is 250 (98.05% from 255 or 38.58% from 648); Blue value is 204 (80.08% from 255 or 31.48% from 648); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FACC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FACC is #3D0533. Grayscale: #E4E4E4. Windows color (decimal): -3999028 or 13433538. OLE color: 13433538.

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

Color convert

RGB 194 250 204 -
CMYK 0.22 0 0.18 0.02
HSL 130.71º 0.85% 0.87% -
HSV(B) 130.71º 0.22% 0.98% -
XYZ 67.33 84.2 69.83 -
YUV 228.01 114.45 103.74 -
System Red Green Blue C M Y K H S L
Decimal 194 250 204 0.22 0 0.18 0.02 130.71 0.85 0.87
Hex C2 FA CC 16 0 12 2 83 55 57
Octal 302 372 314 26 0 22 2 203 125 127
Binary 11000010 11111010 11001100 10110 0 10010 10 10000011 1010101 1010111

Color Harmonies of #C2FACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FACC

Black with #C2FACC

Text Example


Text Example

White with #C2FACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FACC; }

 p { color: rgb(194,250,204); }

 H1.HeaderClassName
 {
   color: #C2FACC;
 }
 .AnyTagClassName
 {
   color: #C2FACC;
 }
</style>

background-color css

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

 a { background-color: rgb(194,250,204); }

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

border-color css

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

 span { border-color: rgb(194,250,204); }

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