#CAFBF6

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

Shades of Foam #CAFBF6

Tints of Foam #CAFBF6

Color information

#CAFBF6 (or 0xCAFBF6) is unknown color: approx Foam. HEX triplet: CA, FB and F6. RGB value is (202,251,246). Sum of RGB (Red+Green+Blue) = 202+251+246=699 (92% of max value = 765). Red value is 202 (79.30% from 255 or 28.90% from 699); Green value is 251 (98.44% from 255 or 35.91% from 699); Blue value is 246 (96.48% from 255 or 35.19% from 699); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFBF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFBF6 is #350409. Grayscale: #EBEBEB. Windows color (decimal): -3474442 or 16186314. OLE color: 16186314.

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

Color convert

RGB202251246-
CMYK0.2000.020.02
HSL173.88º85.96%88.82%-
HSV(B)173.88º19.52%98.43%-
XYZ75.4988.2100.24-
YUV235.78133.77103.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 28.90%
GREEN value IS 251 (98.44% from 255) = 35.91%
BLUE value IS 246 (96.48% from 255) = 35.19%
R=28.90%
G=35.91%
B=35.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022512460.2000.020.02173.8885.9688.82
HexCAFBF614022ae5659
Octal31237336624022256126131
Binary11001010111110111111011010100010101010111010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFBF6; }

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

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

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

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

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

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

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

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