#CAFAF6

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

Shades of Foam #CAFAF6

Tints of Foam #CAFAF6

Color information

#CAFAF6 (or 0xCAFAF6) is unknown color: approx Foam. HEX triplet: CA, FA and F6. RGB value is (202,250,246). Sum of RGB (Red+Green+Blue) = 202+250+246=698 (92% of max value = 765). Red value is 202 (79.30% from 255 or 28.94% from 698); Green value is 250 (98.05% from 255 or 35.82% from 698); Blue value is 246 (96.48% from 255 or 35.24% from 698); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFAF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFAF6 is #350509. Grayscale: #EBEBEB. Windows color (decimal): -3474698 or 16186058. OLE color: 16186058.

HSL color Cylindrical-coordinate representation of color #CAFAF6: hue angle of 175º 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 #CAFAF6 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB202250246-
CMYK0.1900.020.02
HSL175º82.76%88.63%-
HSV(B)175º19.2%98.04%-
XYZ75.1887.58100.13-
YUV235.19134.1104.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 28.94%
GREEN value IS 250 (98.05% from 255) = 35.82%
BLUE value IS 246 (96.48% from 255) = 35.24%
R=28.94%
G=35.82%
B=35.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022502460.1900.020.0217582.7688.63
HexCAFAF613022af5359
Octal31237236623022257123131
Binary11001010111110101111011010011010101010111110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFAF6; }

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

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

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

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

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

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

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

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