Html Css Color HEX #C4FAF2 Foam

📋 copy color: '#C4FAF2'

red 196 ◦ green 250 ◦ blue 242

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

Shades of Foam #C4FAF2

Tints of Foam #C4FAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 35.17%

R = 28.49%
G = 36.34%
B = 35.17%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#C4FAF2 (or 0xC4FAF2) is known color: Foam. HEX triplet: C4, FA and F2. RGB value is (196,250,242). Sum of RGB (Red+Green+Blue) = 196+250+242=688 (91% of max value = 765). Red value is 196 (76.95% from 255 or 28.49% from 688); Green value is 250 (98.05% from 255 or 36.34% from 688); Blue value is 242 (94.92% from 255 or 35.17% from 688); Max value from RGB is 250 - color contains mainly: green. Hex color #C4FAF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4FAF2 is #3B050D. Grayscale: #E8E8E8. Windows color (decimal): -3867918 or 15923908. OLE color: 15923908.

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

Color convert

RGB 196 250 242 -
CMYK 0.22 0 0.03 0.02
HSL 171.11º 0.84% 0.87% -
HSV(B) 171.11º 0.22% 0.98% -
XYZ 72.98 86.52 96.86 -
YUV 232.94 133.11 101.65 -
System Red Green Blue C M Y K H S L
Decimal 196 250 242 0.22 0 0.03 0.02 171.11 0.84 0.87
Hex C4 FA F2 16 0 3 2 AB 54 57
Octal 304 372 362 26 0 3 2 253 124 127
Binary 11000100 11111010 11110010 10110 0 11 10 10101011 1010100 1010111

Color Harmonies of #C4FAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4FAF2

Black with #C4FAF2

Text Example


Text Example

White with #C4FAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4FAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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