Html Css Color HEX #CAFEF5 Foam

📋 copy color: '#CAFEF5'

red 202 ◦ green 254 ◦ blue 245

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

Shades of Foam #CAFEF5

Tints of Foam #CAFEF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 34.95%

R = 28.82%
G = 36.23%
B = 34.95%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#CAFEF5 (or 0xCAFEF5) is known color: Foam. HEX triplet: CA, FE and F5. RGB value is (202,254,245). Sum of RGB (Red+Green+Blue) = 202+254+245=701 (92% of max value = 765). Red value is 202 (79.30% from 255 or 28.82% from 701); Green value is 254 (99.61% from 255 or 36.23% from 701); Blue value is 245 (96.09% from 255 or 34.95% from 701); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFEF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFEF5 is #35010A. Grayscale: #EDEDED. Windows color (decimal): -3473675 or 16121546. OLE color: 16121546.

HSL color Cylindrical-coordinate representation of color #CAFEF5: hue angle of 169.62º 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 #CAFEF5 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.

Color convert

RGB 202 254 245 -
CMYK 0.20 0 0.04 0.00
HSL 169.62º 0.96% 0.89% -
HSV(B) 169.62º 0.2% 1% -
XYZ 76.28 90.03 99.74 -
YUV 237.43 132.27 102.73 -
System Red Green Blue C M Y K H S L
Decimal 202 254 245 0.20 0 0.04 0.00 169.62 0.96 0.89
Hex CA FE F5 14 0 4 0 AA 60 59
Octal 312 376 365 24 0 4 0 252 140 131
Binary 11001010 11111110 11110101 10100 0 100 0 10101010 1100000 1011001

Color Harmonies of #CAFEF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFEF5

Black with #CAFEF5

Text Example


Text Example

White with #CAFEF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFEF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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