Html Css Color HEX #CAFACE Granny Apple

📋 copy color: '#CAFACE'

red 202 ◦ green 250 ◦ blue 206

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

Shades of Granny Apple #CAFACE

Tints of Granny Apple #CAFACE

RGB

 RED value IS 202 (79.3% from 255) = 30.7%

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

 BLUE value IS 206 (80.86% from 255) = 31.31%

R = 30.7%
G = 37.99%
B = 31.31%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#CAFACE (or 0xCAFACE) is known color: Granny Apple. HEX triplet: CA, FA and CE. RGB value is (202,250,206). Sum of RGB (Red+Green+Blue) = 202+250+206=658 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.70% from 658); Green value is 250 (98.05% from 255 or 37.99% from 658); Blue value is 206 (80.86% from 255 or 31.31% from 658); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFACE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFACE is #350531. Grayscale: #E6E6E6. Windows color (decimal): -3474738 or 13564618. OLE color: 13564618.

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

Color convert

RGB 202 250 206 -
CMYK 0.19 0 0.18 0.02
HSL 125º 0.83% 0.89% -
HSV(B) 125º 0.19% 0.98% -
XYZ 69.68 85.38 71.2 -
YUV 230.63 114.1 107.58 -
System Red Green Blue C M Y K H S L
Decimal 202 250 206 0.19 0 0.18 0.02 125 0.83 0.89
Hex CA FA CE 13 0 12 2 7D 53 59
Octal 312 372 316 23 0 22 2 175 123 131
Binary 11001010 11111010 11001110 10011 0 10010 10 1111101 1010011 1011001

Color Harmonies of #CAFACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFACE

Black with #CAFACE

Text Example


Text Example

White with #CAFACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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