Html Css Color HEX #CAFEF6 Foam

📋 copy color: '#CAFEF6'

red 202 ◦ green 254 ◦ blue 246

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

Shades of Foam #CAFEF6

Tints of Foam #CAFEF6

RGB

 RED value IS 202 (79.3% from 255) = 28.77%

 GREEN value IS 254 (99.61% from 255) = 36.18%

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

R = 28.77%
G = 36.18%
B = 35.04%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#CAFEF6 (or 0xCAFEF6) is known color: Foam. HEX triplet: CA, FE and F6. RGB value is (202,254,246). Sum of RGB (Red+Green+Blue) = 202+254+246=702 (92% of max value = 765). Red value is 202 (79.30% from 255 or 28.77% from 702); Green value is 254 (99.61% from 255 or 36.18% from 702); Blue value is 246 (96.48% from 255 or 35.04% from 702); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFEF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFEF6 is #350109. Grayscale: #EDEDED. Windows color (decimal): -3473674 or 16187082. OLE color: 16187082.

HSL color Cylindrical-coordinate representation of color #CAFEF6: hue angle of 170.77º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAFEF6 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.

Color convert

RGB 202 254 246 -
CMYK 0.20 0 0.03 0.00
HSL 170.77º 0.96% 0.89% -
HSV(B) 170.77º 0.2% 1% -
XYZ 76.43 90.09 100.55 -
YUV 237.54 132.77 102.65 -
System Red Green Blue C M Y K H S L
Decimal 202 254 246 0.20 0 0.03 0.00 170.77 0.96 0.89
Hex CA FE F6 14 0 3 0 AB 60 59
Octal 312 376 366 24 0 3 0 253 140 131
Binary 11001010 11111110 11110110 10100 0 11 0 10101011 1100000 1011001

Color Harmonies of #CAFEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFEF6

Black with #CAFEF6

Text Example


Text Example

White with #CAFEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFEF6; }

 p { color: rgb(202,254,246); }

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

background-color css

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

 a { background-color: rgb(202,254,246); }

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

border-color css

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

 span { border-color: rgb(202,254,246); }

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