Html Css Color HEX #C8FAF6 Foam

📋 copy color: '#C8FAF6'

red 200 ◦ green 250 ◦ blue 246

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

Shades of Foam #C8FAF6

Tints of Foam #C8FAF6

RGB

 RED value IS 200 (78.52% from 255) = 28.74%

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

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

R = 28.74%
G = 35.92%
B = 35.34%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#C8FAF6 (or 0xC8FAF6) is known color: Foam. HEX triplet: C8, FA and F6. RGB value is (200,250,246). Sum of RGB (Red+Green+Blue) = 200+250+246=696 (92% of max value = 765). Red value is 200 (78.52% from 255 or 28.74% from 696); Green value is 250 (98.05% from 255 or 35.92% from 696); Blue value is 246 (96.48% from 255 or 35.34% from 696); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FAF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FAF6 is #370509. Grayscale: #EAEAEA. Windows color (decimal): -3605770 or 16186056. OLE color: 16186056.

HSL color Cylindrical-coordinate representation of color #C8FAF6: hue angle of 175.2º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8FAF6 is Cyan = 0.2, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 250 246 -
CMYK 0.2 0 0.02 0.02
HSL 175.2º 0.83% 0.88% -
HSV(B) 175.2º 0.2% 0.98% -
XYZ 74.64 87.3 100.11 -
YUV 234.59 134.44 103.33 -
System Red Green Blue C M Y K H S L
Decimal 200 250 246 0.2 0 0.02 0.02 175.2 0.83 0.88
Hex C8 FA F6 14 0 2 2 AF 53 58
Octal 310 372 366 24 0 2 2 257 123 130
Binary 11001000 11111010 11110110 10100 0 10 10 10101111 1010011 1011000

Color Harmonies of #C8FAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8FAF6

Black with #C8FAF6

Text Example


Text Example

White with #C8FAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8FAF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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