#CAFBF3

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

Shades of Foam #CAFBF3

Tints of Foam #CAFBF3

Color information

#CAFBF3 (or 0xCAFBF3) is unknown color: approx Foam. HEX triplet: CA, FB and F3. RGB value is (202,251,243). Sum of RGB (Red+Green+Blue) = 202+251+243=696 (92% of max value = 765). Red value is 202 (79.30% from 255 or 29.02% from 696); Green value is 251 (98.44% from 255 or 36.06% from 696); Blue value is 243 (95.31% from 255 or 34.91% from 696); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFBF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFBF3 is #35040C. Grayscale: #EBEBEB. Windows color (decimal): -3474445 or 15989706. OLE color: 15989706.

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

Color convert

RGB202251243-
CMYK0.2000.030.02
HSL170.2º85.96%88.82%-
HSV(B)170.2º19.52%98.43%-
XYZ75.0388.0297.83-
YUV235.44132.27104.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.02%
GREEN value IS 251 (98.44% from 255) = 36.06%
BLUE value IS 243 (95.31% from 255) = 34.91%
R=29.02%
G=36.06%
B=34.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022512430.2000.030.02170.285.9688.82
HexCAFBF314032aa5659
Octal31237336324032252126131
Binary11001010111110111111001110100011101010101010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFBF3; }

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

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

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

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

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

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

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

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