#CAFAF2

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

Shades of Foam #CAFAF2

Tints of Foam #CAFAF2

Color information

#CAFAF2 (or 0xCAFAF2) is unknown color: approx Foam. HEX triplet: CA, FA and F2. RGB value is (202,250,242). Sum of RGB (Red+Green+Blue) = 202+250+242=694 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.11% from 694); Green value is 250 (98.05% from 255 or 36.02% from 694); Blue value is 242 (94.92% from 255 or 34.87% from 694); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFAF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFAF2 is #35050D. Grayscale: #EAEAEA. Windows color (decimal): -3474702 or 15923914. OLE color: 15923914.

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

Color convert

RGB202250242-
CMYK0.1900.030.02
HSL170º82.76%88.63%-
HSV(B)170º19.2%98.04%-
XYZ74.5787.3496.93-
YUV234.74132.1104.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.11%
GREEN value IS 250 (98.05% from 255) = 36.02%
BLUE value IS 242 (94.92% from 255) = 34.87%
R=29.11%
G=36.02%
B=34.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022502420.1900.030.0217082.7688.63
HexCAFAF213032aa5359
Octal31237236223032252123131
Binary11001010111110101111001010011011101010101010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFAF2; }

 p { color: rgb(202,250,242); }

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

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

 a { background-color: rgb(202,250,242); }

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

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

 span { border-color: rgb(202,250,242); }

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