#C4FAF3

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

Shades of Foam #C4FAF3

Tints of Foam #C4FAF3

Color information

#C4FAF3 (or 0xC4FAF3) is unknown color: approx Foam. HEX triplet: C4, FA and F3. RGB value is (196,250,243). Sum of RGB (Red+Green+Blue) = 196+250+243=689 (91% of max value = 765). Red value is 196 (76.95% from 255 or 28.45% from 689); Green value is 250 (98.05% from 255 or 36.28% from 689); Blue value is 243 (95.31% from 255 or 35.27% from 689); Max value from RGB is 250 - color contains mainly: green. Hex color #C4FAF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4FAF3 is #3B050C. Grayscale: #E9E9E9. Windows color (decimal): -3867917 or 15989444. OLE color: 15989444.

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

Color convert

RGB196250243-
CMYK0.2200.030.02
HSL172.22º84.38%87.45%-
HSV(B)172.22º21.6%98.04%-
XYZ73.1386.5897.65-
YUV233.06133.61101.57-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 28.45%
GREEN value IS 250 (98.05% from 255) = 36.28%
BLUE value IS 243 (95.31% from 255) = 35.27%
R=28.45%
G=36.28%
B=35.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1962502430.2200.030.02172.2284.3887.45
HexC4FAF316032ac5457
Octal30437236326032254124127
Binary11000100111110101111001110110011101010110010101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4FAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4FAF3; }

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

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

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

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

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

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

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

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