Html Css Color HEX #C3FAF6 Foam

📋 copy color: '#C3FAF6'

red 195 ◦ green 250 ◦ blue 246

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

Shades of Foam #C3FAF6

Tints of Foam #C3FAF6

RGB

 RED value IS 195 (76.56% from 255) = 28.22%

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

 BLUE value IS 246 (96.48% from 255) = 35.6%

R = 28.22%
G = 36.18%
B = 35.6%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#C3FAF6 (or 0xC3FAF6) is known color: Foam. HEX triplet: C3, FA and F6. RGB value is (195,250,246). Sum of RGB (Red+Green+Blue) = 195+250+246=691 (91% of max value = 765). Red value is 195 (76.56% from 255 or 28.22% from 691); Green value is 250 (98.05% from 255 or 36.18% from 691); Blue value is 246 (96.48% from 255 or 35.60% from 691); Max value from RGB is 250 - color contains mainly: green. Hex color #C3FAF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3FAF6 is #3C0509. Grayscale: #E9E9E9. Windows color (decimal): -3933450 or 16186051. OLE color: 16186051.

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

Color convert

RGB 195 250 246 -
CMYK 0.22 0 0.02 0.02
HSL 175.64º 0.85% 0.87% -
HSV(B) 175.64º 0.22% 0.98% -
XYZ 73.33 86.63 100.04 -
YUV 233.1 135.28 100.83 -
System Red Green Blue C M Y K H S L
Decimal 195 250 246 0.22 0 0.02 0.02 175.64 0.85 0.87
Hex C3 FA F6 16 0 2 2 B0 55 57
Octal 303 372 366 26 0 2 2 260 125 127
Binary 11000011 11111010 11110110 10110 0 10 10 10110000 1010101 1010111

Color Harmonies of #C3FAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3FAF6

Black with #C3FAF6

Text Example


Text Example

White with #C3FAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3FAF6; }

 p { color: rgb(195,250,246); }

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

background-color css

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

 a { background-color: rgb(195,250,246); }

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

border-color css

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

 span { border-color: rgb(195,250,246); }

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