Html Css Color HEX #C4FAE2 Humming Bird

📋 copy color: '#C4FAE2'

red 196 ◦ green 250 ◦ blue 226

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

Shades of Humming Bird #C4FAE2

Tints of Humming Bird #C4FAE2

RGB

 RED value IS 196 (76.95% from 255) = 29.17%

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

 BLUE value IS 226 (88.67% from 255) = 33.63%

R = 29.17%
G = 37.2%
B = 33.63%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#C4FAE2 (or 0xC4FAE2) is known color: Humming Bird. HEX triplet: C4, FA and E2. RGB value is (196,250,226). Sum of RGB (Red+Green+Blue) = 196+250+226=672 (89% of max value = 765). Red value is 196 (76.95% from 255 or 29.17% from 672); Green value is 250 (98.05% from 255 or 37.20% from 672); Blue value is 226 (88.67% from 255 or 33.63% from 672); Max value from RGB is 250 - color contains mainly: green. Hex color #C4FAE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4FAE2 is #3B051D. Grayscale: #E7E7E7. Windows color (decimal): -3867934 or 14875332. OLE color: 14875332.

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

Color convert

RGB 196 250 226 -
CMYK 0.22 0 0.10 0.02
HSL 153.33º 0.84% 0.87% -
HSV(B) 153.33º 0.22% 0.98% -
XYZ 70.68 85.6 84.75 -
YUV 231.12 125.11 102.95 -
System Red Green Blue C M Y K H S L
Decimal 196 250 226 0.22 0 0.10 0.02 153.33 0.84 0.87
Hex C4 FA E2 16 0 A 2 99 54 57
Octal 304 372 342 26 0 12 2 231 124 127
Binary 11000100 11111010 11100010 10110 0 1010 10 10011001 1010100 1010111

Color Harmonies of #C4FAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4FAE2

Black with #C4FAE2

Text Example


Text Example

White with #C4FAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4FAE2; }

 p { color: rgb(196,250,226); }

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

background-color css

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

 a { background-color: rgb(196,250,226); }

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

border-color css

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

 span { border-color: rgb(196,250,226); }

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