Html Css Color HEX #C8FACE Granny Apple

📋 copy color: '#C8FACE'

red 200 ◦ green 250 ◦ blue 206

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

Shades of Granny Apple #C8FACE

Tints of Granny Apple #C8FACE

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.4%

R = 30.49%
G = 38.11%
B = 31.4%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#C8FACE (or 0xC8FACE) is known color: 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

RGB 200 250 206 -
CMYK 0.2 0 0.18 0.02
HSL 127.2º 0.83% 0.88% -
HSV(B) 127.2º 0.2% 0.98% -
XYZ 69.15 85.11 71.18 -
YUV 230.03 114.44 106.58 -
System Red Green Blue C M Y K H S L
Decimal 200 250 206 0.2 0 0.18 0.02 127.2 0.83 0.88
Hex C8 FA CE 14 0 12 2 7F 53 58
Octal 310 372 316 24 0 22 2 177 123 130
Binary 11001000 11111010 11001110 10100 0 10010 10 1111111 1010011 1011000

Color Harmonies of #C8FACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8FACE

Black with #C8FACE

Text Example


Text Example

White with #C8FACE

Text Example


Text Example

HTML Codes & Css Web 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>