#C4FAF5

Color #C4FAF5 Foam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Foam #C4FAF5

Tints of Foam #C4FAF5

Color information

#C4FAF5 (or 0xC4FAF5) is unknown color: approx Foam. HEX triplet: C4, FA and F5. RGB value is (196,250,245). Sum of RGB (Red+Green+Blue) = 196+250+245=691 (91% of max value = 765). Red value is 196 (76.95% from 255 or 28.36% from 691); Green value is 250 (98.05% from 255 or 36.18% from 691); Blue value is 245 (96.09% from 255 or 35.46% from 691); Max value from RGB is 250 - color contains mainly: green. Hex color #C4FAF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4FAF5 is #3B050A. Grayscale: #E9E9E9. Windows color (decimal): -3867915 or 16120516. OLE color: 16120516.

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

Color convert

RGB196250245-
CMYK0.2200.020.02
HSL174.44º84.38%87.45%-
HSV(B)174.44º21.6%98.04%-
XYZ73.4386.799.25-
YUV233.28134.61101.41-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 28.36%
GREEN value IS 250 (98.05% from 255) = 36.18%
BLUE value IS 245 (96.09% from 255) = 35.46%
R=28.36%
G=36.18%
B=35.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1962502450.2200.020.02174.4484.3887.45
HexC4FAF516022ae5457
Octal30437236526022256124127
Binary11000100111110101111010110110010101010111010101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4FAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4FAF5; }

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

 H1.HeaderClassName
 {
   color: #C4FAF5;
 }
 .AnyTagClassName
 {
   color: #C4FAF5;
 }
</style>
background-color css

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

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

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

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

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

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